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