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