@extends('layouts.master') @section('title', 'Events') @push('styles') @endpush @section('content')
@can('event-create') @include('events.create') @endcan
{{ __('#') }} {{ __('Title') }} {{ __('Description') }} {{ __('Full Day') }} {{ __('Recurring') }} {{ __('Start Date') }} {{ __('End Date') }} {{ __('Action') }}
@endsection @push('scripts') @endpush