@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Company Request")}}

{{__("Company Request")}}

@endsection @section("css-links") getLocale() . "/pages/orders.css")}}"> @endsection @section("content") @include("includes.dialog")
{{-- @include("admin.order.parts.filter")--}}
{{--
--}} {{--
--}} {{-- @csrf--}} {{-- --}} {{-- {{__("Export As Excel")}}--}} {{--
--}} {{--
--}}
{{--
--}} {{-- {{__("Name")}}: {{$user_name}}--}} {{--
--}} {{--
--}} {{-- {{__("Phone Number")}}: {{$phone_number}}--}} {{--
--}} {{--
--}} {{-- {{__("Email")}}: {{$email}}--}} {{--
--}}

{{__("Request Id")}}: {{$insuranceRequest->id}}

{{-- {{__("Request Id")}}: {{$insuranceRequest->id}}--}}
#{{__("ID")}} #{{__("Show File")}}
1
@foreach($receivedByCompany as $key=> $company) @endforeach
{{__("Number")}} #{{__("Receive ID")}} {{__("Provided Section")}} {{__("Provided Section Phone Number")}} {{__("Status")}} {{__("Insurance Document")}} {{__("Received At")}} {{__("Created At")}}
{{++$key}} {{$company->id}} {{$company->providedSection->name}} @if($company->status == 3) {{__("=> ( Ordered ) ")}} @endif {{$company->providedSection->phone_number}} @if($company->status == 0 || $company->status == 1) {{"Not Replied"}} @elseif($company->status == 2 || $company->status == 3) {{-- {{$specificInsuranceRequest}}--}} {{-- --}} {{-- --}} @else {{__("Contact Support")}} @endif {{-- @endif--}} @if($company->getFirstMediaFile("file") != null) @else {{"--"}} @endif {{$company->created_at}} {{$company->updated_at}}
@endsection @section("scripts") @endsection