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