@extends('admin.layouts.app') @section('title', 'Contractor Detail') @section('page_css') @endsection @section('section')

Contractor Detail

Name {{ $contractor->name ?? '' }}
Email {{ $contractor->email ?? '' }} Phone {{ $contractor->phone ?? '' }}
City {{ $contractor->city ?? '' }} State {{ $contractor->state ?? '' }}
Country {{ $contractor->country ?? '' }} Address {{ $contractor->address ?? '' }}
zip {{ $contractor->zip ?? '' }} Contractor Details
Profile Image
@if($contractor->crews->count() > 0) @endif
{{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--

Orders

--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @php $counter=1 @endphp--}} {{-- @foreach ($customerOrders as $orders)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
S.NoOrder NoTotalStatusOrder Date
{{ $counter++ }}{{ $orders->order_no }}{{ $orders->total_amount }}{{ ucfirst($orders->order_status) }}{{ date("d-M-Y",strtotime($orders->created_at)) }}
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@endsection @section('script') @endsection