@extends('layouts.user') @section('pageTitle') İşlerim @endsection @section('content')
{{ $customer->headOffice ? $customer->headOffice->office_title : ($customer->branch ? $customer->branch->branch_name : '') }}
{{ \Carbon\Carbon::parse($approvedTicket?->date)->isoFormat('D MMMM Y') }}
{{ $customer->headOffice ? $customer->headOffice->office_title : ($customer->branch ? $customer->branch->branch_name : '') }}
{{ \Carbon\Carbon::parse($pastTicket?->date)->isoFormat('D MMMM Y') }}