@extends('admin.layouts.app') @section('content')

Edit Disease

@csrf @method('PUT')
@error('name') {{ $message }} @enderror
Back
@endsection