@extends('admin.layouts.master') @section('title', 'Dashboard') @section('content')
Job View
{{ $job->user->full_name }}
Job Description
@csrf {{--
@endforeach
--}} {{--
  • Work Experiance
    1 Year
  • Price
    $230.00
  • Professor Name
    Abdul Saikh
  • Date
    21st Jan 2017
--}}

{{ $job->desc }}

@if ($job->bank_slip !==null ) {{--

Bank Slip

{{ $job->bank_slip }}
--}} @endif
Bank Slip
@csrf {{--
@endforeach
--}} {{--
  • Work Experiance
    1 Year
  • Price
    $230.00
  • Professor Name
    Abdul Saikh
  • Date
    21st Jan 2017
--}} {{--

{{ $job->desc }}

--}} @if ($job->bank_slip !==null )
{{--

Bank Slip

--}} {{ $job->bank_slip }}
@endif
{{--
--}}
Service Provider List
@if (Session::has('message')) @endif
{{-- {{ dd($service) }} --}} @foreach ($service as $provider ) @if ($provider->user->rating->avg('rating') == 0) @else @endif @endforeach
Town Name Previous RFQ sent Quote Replied Quote Amount Awarded Cancelled Avg Rating Action Download Doc Send Sms Job Status Job Feedback Complete Job
@if ($provider->user->towns) {{$provider->user->towns->name}} @else no town selected @endif {{--
--}}
{{$provider->user->full_name}} {{ $provider->user->countqouets_count}} {{ $provider->user->replyqouets_count}} @if ($provider->user->qouets ==null) None @else {{ $provider->user->qouets->quotes }} @endif {{$provider->user->accept_count}} {{$provider->user->rejected_count}}0 star{{$provider->user->rating->avg('rating')}} star @if($provider->user->released == null) @endif @if($provider->user->released !=null) @if($provider->user->released->status == 1) Job Details Released To {{$provider->user->full_name}} @elseif($provider->user->released->status == 2) Available @if ($provider->user->Assign) @else
@csrf
@endif @else Rejected @endif @endif
@if ($provider->user->qouets ==null) No document @else @if($provider->user->qouets->doc == null) No document @else Download @endif @endif
@csrf
@if ($provider->user->Assign ==null) No Service Provider Assigned @else @if ($provider->user->Assign->status == 0) In Progress @else complete @endif @endif @if ($provider->user->Assign ==null) No Feedback Yet @else @if ($provider->user->Assign->feedback ==null) no feedback yet @else @endif @endif @if ($provider->user->Assign ==null) No Service Provider Assigned @else @if ($provider->user->Assign->status == 0) click to complete @else This job is complete @endif @endif
Job Images
    @if(isset($job->jobImage) && !empty($job->jobImage)) @foreach($job->jobImage as $images)
  • {{ $images->image }}
  • @endforeach @endif
{{-- release --}} @endsection @section('scripts') @endsection