@extends('layouts.dashboard') @section('content') Add Event Af Home Add Event Af {{-- Quick Example --}} Back @if (Session::has('message')) {{ Session::get('message') }} @endif @php $route = route('event-af.add'); @endphp @include('event-af._form') @endsection