@extends('eventManagement.layouts.master') @section('content')
{{-- --}}
@if(session('success'))
{{session('success')}}
@endif
@csrf

Post

{{$errors->first('venue_name')}}
{{$errors->first('venue_address')}}
{{$errors->first('budget')}}
{{$errors->first('event_date')}}
{{$errors->first('start')}}
{{$errors->first('end')}}
@endsection