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

{{ isset($editBooking) ? 'Edit' : 'New' }} Booking

agency_id !="") action="{{ route('employeebooking.save') }}" @else action="{{ route('booking.save') }}" @endif method="POST"> @csrf
@endsection