@extends('layouts.app') @section('title', 'Edit Branch - Axis Max Life Admin') @section('header', 'Edit Branch') @section('content')

Edit Branch: {{ $branch->branch_code }}

@if($errors->any())
Please fix the following errors:
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')

Unique identifier for the branch

Cancel
@endsection