@extends('layouts.master') @section('title') {{__('admin.dashboard')}} -@endsection @section('css') @endsection @section('content')
@csrf
Book {{ $details->name }} for an Event @include('user.error_message') {{-- Event Name --}}

{{-- Event Date --}}

{{-- Venue --}}

{{-- Contact Person --}}

{{-- Contact Email --}}

{{-- Contact Phone --}}

{{-- Notes --}}

{{-- Hidden Fields --}} {{-- Submit Button --}}
@endsection @section('javascript') @endsection