@extends('backend.layouts.master') @section('title', __('static.booking.details')) @push('style') @endpush @section('content') @use('App\Enums\PaymentStatus') @use('app\Helpers\Helpers') @use('App\Enums\BookingEnum') @use('App\Models\BookingStatus') @php $statuses = BookingStatus::whereNull('deleted_at')->where('status', true)->get(); $paymentStatuses = PaymentStatus::ALL; @endphp
{{ __('static.name') }} | {{ __('static.email') }} | {{ __('static.phone') }} |
---|---|---|
{{ $serviceman->name }} | {{ $serviceman->email }} | +{{ $serviceman->code . ' ' . $serviceman->phone }} |