@extends('layouts.master') @section('title', 'Event') @section('content') @php $user = Auth::user(); @endphp

{{ trans('event.calendar') }}

{{-- --}}
@include('pages.event.search') @include('pages.event.list')
{{-- @include('pages.event.add_type_modal') --}}
@include('pages.event.add_modal') @endsection @section('script-footer') {{-- ajax x-csrf --}} @if (session('changePasswordAlert')) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection