@extends('layouts.master') @section('title', 'Edit ask for | Proxima - Medical Management app') @section('title-topbar', 'Edit ask for') @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} |
{{ __('patientappo.ask for') }} |
{{ __('patientappo.edit ask for') }}
{{ __('patientappo.edit ask for') }}
@csrf @method('PUT')
{{ __('basic.name') }}
({{ __('basic.required') }})
@error('name')
{{ $message }}
@enderror
@endsection @section('js') @endsection