@extends('layouts.app') @section('title', 'Edit Branch') @section('content')
← Back to Branches

Edit Branch

@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@error('address') {{ $message }} @enderror
@error('contacts') {{ $message }} @enderror
Cancel
@endsection