@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("Company Request")}}
#{{__("ID")}} | #{{__("Show File")}} |
---|---|
1 |
{{__("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}} |