@extends('admin::layouts.master') @section('htmltitle') Edit Event @endsection @section('external_styles') @endsection @section('content')

Edit Event


{{csrf_field()}} {{method_field('PUT')}}
@if($event->image) @else

@endif

@endsection @section('external_scripts') @endsection