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

All application {{ Session::get('error_msg') }} {{ Session::get('succ_msg') }}

@endsection @section('main_content')
Reset
@foreach($Order as $user_data) @endforeach
OLI ID Form Type Name Email Mobile Address State Assign
{{ $user_data->p_order_id }} {{ $user_data->service->service_code }} {{ $user_data->customer->name }} {{ $user_data->customer->email }} {{ $user_data->customer->mobile }} {{ $user_data->customer->address }} {{ $user_data->customer->state_name->state_name?? '' }}
{{ $Order->links() }}
@endsection