@extends('layouts.master') @section('title', 'New Inventory | Proxima - Medical Management app') @section('title-topbar', 'New Inventory') @section('css') @endsection @section('content')
Dashboard | Inventory | Inventory items | New Inventory
New Inventory
@csrf
@error('specialty_id') {{ $message }} @enderror
@error('service_inv_cat') {{ $message }} @enderror
@error('branch_id') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@error('price') {{ $message }} @enderror
@error('place') {{ $message }} @enderror
@error('quantity_notify') {{ $message }} @enderror
@endsection @section('js') @endsection