@extends('admin.layouts.app') @section('title','Edit Facilities') @section('content')

Edit

View All
@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@error('img') {{ $message }} @enderror
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
{{-- Modal --}} {{-- End: Modal --}} @endsection @push('js') @endpush