@extends('employee.master') @section('title','Dashboard') @section('content_header')

{{ $ser_id->service_name }} {{ Session::get('error_msg') }} {{ Session::get('succ_msg') }}

@endsection @section('main_content')
Reset
@foreach($Order as $point) @endforeach
Order ID Name Email Mobile Attachments State Time Date Remark
{{ $point->p_order_id }} {{ $point->customer->name }} {{ $point->customer->email }} {{ $point->customer->mobile }} {{ $point->customer->state_name->state_name?? '' }} {{ $point->updated_at->format('H:i:s')}} {{ $point->updated_at->format('d-m-Y')}}
{{ $Order->links() }}
@endsection