@extends('layout.main') @section('content')
@can('store-holiday') @endcan @can('delete-holiday') @endcan
{{__('Event Name')}} {{trans('file.Company')}} {{__('Start Date')}} {{__('End Date')}} {{trans('file.action')}}
@endsection @push('scripts') @endpush