@extends('layouts.dashboard') @section('content')

Add Event Af

{{--

Quick Example

--}}
@if (Session::has('message'))
@endif @php $route = route('event-af.add'); @endphp @include('event-af._form')
@endsection