@include('hk.header')

{{ $page_title }}

 

{{-- --}} @foreach ($orders as $row) {{-- --}} @endforeach
S.No. Date Company NameProduct NameCustomer Name Phone City State Action
{{ $n }} {{ date('d-m-Y', strtotime($row->created_at)) }} {{ $row->user->name ?? '' }}{{ $row->product_name }}{{ $row->name }} {{ $row->phone }} {{ $row->city }} {{ $row->state }} View
@include('hk.footer')