@include('dataentry.header')

{{ $page_title ?? '' }}

@foreach ($products as $row) @if ($row->catalogue != null) @endif @endforeach
# Product Name Catalogue Date Action
{{ $row->id }} {{ $row->name }} {{ date('d-m-Y', strtotime($row->created_at)) }}
@include('dataentry.footer')