@extends('layouts.client') @section('title') {{ $pageTitle }} @endsection @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')
Address | Service | Price | @if ($pageSlug == 'cancelled-jobs')Cancellation charges | Refund Amount | Refund status | @elseProvider | Recurring status | Date | @endifActions |
---|---|---|---|---|---|---|---|---|---|
{{ $job->property->address }} {{-- 10 Mins (25 Miles) --}} |
{{ $job->category->name }} | ${{ $job->grand_total }} | @if ($pageSlug == 'cancelled-jobs')${{ $job->cancellation_charges ?? "---" }} | ${{ $job->grand_total - $job->cancellation_charges }} | @if ($job->is_refunded == 1) Refunded | @else --- @endif @else{{ $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 }} | @endifRate this job See Details Mark this job as Completed |