@include('layouts.header')
@include('layouts.sidebar')
@if (\Session::has('success'))
{{\Session::get('success')}}
@endif
ItemCode |
Image |
Category |
Description |
Created By |
Edit |
Delete |
@foreach($products as $pdt)
{{$pdt->ItemCode}} |
@if(file_exists('http://www.sairahabiberp.com/'.$pdt->image))
{{$pdt->image}} |
@else
 |
@endif
{{$pdt->category}} |
{{$pdt->description}} |
{{$pdt->createdByName}} |
|
|
@endforeach
@include('layouts.footer')