@extends('layouts.master') @section('title') {{ __('holiday') }} @endsection @section('content')
| {{ __('id') }} | {{ __('no.') }} | {{ __('date') }} | {{ __('title') }} | {{ __('description') }} | @if (Auth::user()->can('holiday-edit') || Auth::user()->can('holiday-delete')){{ __('action') }} | @endif
|---|