@extends('layouts.app') @section('urlContent') {!! view('components.breadcrumbs', [ 'b_items' => [ 'Hızlı Talep Tipleri' => '/operation/quick/demand/change/ticket-type', 'Aylık Hızlı Talep' => '/operation/quick/monthly/demand', $department->name . ' Talepleri' => '/operation/monthly/department/' . $department->id . '/tickets', 'Talep Detayı' => '/operation/monthly/department/' . $department->id . '/tickets/' . $ticket->id, ], ]) !!} @endsection @section('content')
@csrf
@csrf
@foreach ($demands as $demand) @endforeach
Kategori Adet Saat Not Ekle Sil
@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