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

Edit Event Af

{{--

Quick Example

--}}
@if (Session::has('message'))
@endif @php $route = route('event-af.edit',['id'=>$event->id]); @endphp @include( 'event-af._form', compact('event'))
@endsection @push('scripts') @endpush