@include('layouts.head')
@include('layouts.header') @include('layouts.sidebar')

Products / Items Preview

@if (\Session::has('success'))
@endif

Please Select Product

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