@extends('layouts.client') @section('title','Ongoing Job Details') @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')
Address | Service | Price | Provider | Recurring status | Date | Action |
---|---|---|---|---|---|---|
{{ $job->property->address }} | {{ $job->category->name }} | ${{ $job->grand_total }} | {{ $job->assigned_to && $job->provider ? $job->provider->first_name.' '.$job->provider->last_name : 'Not assigned' }} | {{ $job->service_type == 1 ? 'One time' : 'Every '.$job->period->duration.' Days' }} | {{ $job->date }} | See Details |