@extends('adminlte::page') @section('title', 'Add Other Facility') @section('content_header')

Add Other Facility

@stop @section('content')

Add Other Facility

@csrf
@error('title') {{ $message }} @enderror
@error('description')
{{ $message }}
@enderror
@error('status') {{ $message }} @enderror

@stop @section('css') @stop @section('js') @stop