@extends('admin.layout.main') @section('admin')

Edit Branch

Update branch information

Back to Branches
@csrf @method('PUT')

Basic Information

@error('name')

{{ $message }}

@enderror
@error('branch_type_name')

{{ $message }}

@enderror
@error('user_id')

{{ $message }}

@enderror

Address Information

@error('addressline1')

{{ $message }}

@enderror
@error('addressline2')

{{ $message }}

@enderror

Contact Information

@error('phone')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror

Operating Hours

Enter the days when the branch is open

@error('opening_day')

{{ $message }}

@enderror

Enter the opening hours format

@error('opening_hour')

{{ $message }}

@enderror

Map Location

Paste the Google Maps URL for this branch location

@error('maps_link')

{{ $message }}

@enderror
Cancel
@endsection