@extends('layout.main') @section('content')
@can('store-event') @endcan @can('delete-event') @endcan
{{trans('file.Company')}} {{trans('file.Department')}} {{__('Event Title')}} {{__('Event Date')}} {{__('Event Time')}} {{trans('file.action')}}
@endsection @push('scripts') @endpush