@extends('backend.app') @section('title', 'Treatment| ' . $setting->title ?? 'PrimeCare') @push('styles') @endpush @section('content')

Create Treatment

@error('name') {{ $message }} @enderror
@error('avatar') {{ $message }} @enderror
Recommended to 32x32 px (jpeg, png, jpg, gif, ico, bmp, svg).
@endsection @push('scripts') @endpush