@extends('layouts.app') @section('urlContent') {!! view('components.breadcrumbs', [ 'b_items' => [ 'Hızlı Talep Tipleri' => '/operation/quick/demand/change/ticket-type', 'Günlük Hızlı Talep' => '/operation/quick/daily/demand', 'Talep Oluştur' => '/operation/daily/quick/demand/detail/' . $department->id, ], ]) !!} @endsection @section('content')
@csrf
@csrf

{{ \Carbon\Carbon::now()->isoFormat('D MMMM Y') }} için Talep Oluşturun

@if (count($tickets) > 0) @foreach ($tickets as $item) @foreach ($item->demands as $demand) @endforeach @endforeach @else @endif
Kategori Adet Saat Not Ekle Sil
Sil
{{-- @csrf --}} {{-- --}}
{{ $current_month->month_name }}
{{--
@csrf --}} {{--
--}}
P
S
Ç
P
C
C
P
@foreach ($allData as $data) @php $ticketDates = $allTickets ->pluck('date') ->map(function ($date) { return Carbon\Carbon::parse($date)->format('Y-m-d'); }) ->toArray(); @endphp @if ($data->day == $current_day && $data->month == $current_month->month && $current_month->month == now()->format('m')) {{-- bugun ise --}} @else @endif @endforeach
@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 @endsection @section('javascript') @endsection