Add Land Service Types
@php $services = App\other_service::where('parent_id', null)->get(); $hotels = App\hotel_inventory::all(); @endphp {{-- --}}
@csrf
@if ($errors->any()) @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach @endif