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

Add Facility

@endsection @section('content')
@csrf
@error('facility_name') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@error('facility_icon') {{ $message }} @enderror
Cancel
@endsection @section('adminlte_js') @endsection