@extends('layouts.master') @section('title', 'New Unit | Proxima - Medical Management app') @section('title-topbar', 'New Unit') @section('css') @endsection @section('content')
Dashboard | Units | New Unit
New Unit
@csrf
@error('branch_id') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@endsection @section('js') @endsection