@extends('admin.layouts.master') @section('title', 'Edit Facility') @section('content')

Edit Facility

@csrf @method('PUT')
{{ $facility->name }}
Leave blank to keep the current icon.
Discard
@endsection