@extends('layout.app') @section('title', __('holidays')) @section('content')
{{ __('holidays') }}
@foreach ($holidays as $holiday) @endforeach
{{ __('sl') }} {{ __('created_by') }} {{ __('reason') }} {{ __('from') }} {{ __('to') }} {{ __('action') }}
{{ $loop->iteration }} {{ $holiday->user->name }} {{ $holiday->reason }} {{ $holiday->from }} {{ $holiday->to }}
@endsection @push('scripts') @endpush