@extends('layouts.app') @section('title') {{ __('Holiday') }} @endsection @section('breadcrumb')

{{ __('Holidays') }}

@endsection @section('content')
@can('create_holidays') {{ __('Create') }} @endcan
# {{ __('Name') }} {{ __('Date') }} {{ __('Description') }} {{ __('Created At') }} {{ __('Action') }}
@endsection @section('scripts') @endsection