@extends('admin.layouts.app') @section('title', 'Edit Branch') @section('page_title', 'Edit Branch for ' . $customer->name) @section('content')
Edit Branch
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('contact_person')
{{ $message }}
@enderror
@error('address')
{{ $message }}
@enderror
Cancel
@endsection