@extends('layouts.main') @section('content')

Permission Management


@if (count($errors) > 0)
Whoops! There were some problems with your input.

@endif
Product Name: {{$item->product_name}}
@foreach($allIteams as $display) @endforeach
Id Iteams Name
{{$display->id}} {{ $display->product_name }}
{!! Form::close() !!} @endsection