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