@extends('layouts.app') @section('urlContent') {!! view('components.breadcrumbs', [ 'b_items' => [ 'Personel İzinleri' => '/department/day-off/index', 'Detay' => '/department/day-off/detail/' . $user->id, ], ]) !!} @endsection @section('content')
@csrf
{{ $current_month->month_name }}
@csrf
P
S
Ç
P
C
C
P
@foreach ($allData as $data) @if ($data->day == $current_day && $data->month == $current_month->month && $current_month->month == now()->format('m')) @else @endif @endforeach
    @csrf
@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