@extends('layouts.app') @php $month = request()->month ?? now()->format('m'); $year = request()->year ?? now()->format('Y'); @endphp @section('urlContent') {!! view('components.breadcrumbs', [ 'b_items' => [ 'Aylık Talepler' => '/operation/monthly-tickets/index', 'Taleplerim' => '/operation/monthly-tickets/customers/demands?month=' . $month . '&year=' . $year, 'Departmanlar' => '/operation/monthly-tickets/customer/' . $customer->id . '/departments?month=' . $month . '&year=' . $year, ], ]) !!} @endsection @section('content') @if ($errors->any()) @include('components.error-modal-second') @endif @if (session('error')) @include('components.error-modal') @endif @if (session('success')) @include('components.success-modal') @endif
{{ $item->city }}
{{ $item->district }}