@extends('layouts.app') @section('title', 'Edit Branch') @section('page-title', 'Edit Branch') @section('content')
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@error('code')
{{ $message }}
@enderror
is_headquarters ? 'checked' : '' }}>
Cancel
@endsection