@extends('layouts.admin') @section('header') Add New Event @endsection @section('content') Add New Event @if ($errors->any()) Please fix the following errors: @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Event Name Client Select a Client @foreach ($clients as $client) id ? 'selected' : '' }}>{{ $client->name }} @endforeach Description {!! old('description') !!} Start Date and Time End Date and Time Location Active Cancel Create Event @endsection @push('styles') @endpush @push('scripts') @endpush