@extends('adminlte::page') @section('title', 'Edit Branch') @section('content')

Update Branch Information

@csrf @method('PUT')
Enter the full name of the branch @error('name')
{{ $message }}
@enderror
City, town, or area where the branch is located @error('location')
{{ $message }}
@enderror
Primary contact information for the branch @error('contact')
{{ $message }}
@enderror
Name of the person managing this branch @error('manager')
{{ $message }}
@enderror
Optional description of the branch, its services, or special features @error('description')
{{ $message }}
@enderror
@stop