@extends('includes.layouts.admin') @section('page-title') Add Facility @endsection @section('content')

Add Facility

@csrf
@error('descriptiodn')
{{ $message }}
@enderror
@endsection @section('scripts') @endsection