@extends('dashboard.layouts.layouts') @section('title', 'Dashboard') {{--Drop Your Customized Style Codes Here--}} @section('customizedStyle') @endsection {{--Drop Your Customized Scripts Codes Here--}} @section('customizedScript') @endsection {{-- Start of page Content --}} @section('content')

Orders All Orders

{{--{{Helpers::dashboardView('message','index')}}--}}

All Product Request Info

All Orders
@include('dashboard.layouts.messages') @if($service_requests) @foreach($service_requests as $service_request) @endforeach @endif
id Product requester name E-mail phone Created at Updated at Actions
id Product requester name E-mail phone Created at Updated at Actions
{{$service_request->id}} {{$service_request->product->product_en->title}} {{$service_request->requester_name}} {{$service_request->email}} {{$service_request->phone}} {{$service_request->created_at}} {{$service_request->updated_at}} {{--{{$feature->id}}--}}
@if($service_requests) @foreach($service_requests as $service_request) @endforeach @endif
@endsection