@extends('layouts.admin.app') @section('page-title') {{ __('Branches') }} @endSection @section('page-nav-title')

{{ __('Branches') }}

{{ __('Edit Branch') }}

@endsection @section('content')

{{ __('Edit Branch') }}

@csrf @method('put')
@error('phone_number')
{{ $message }}
@enderror
@error('branch_image')
{{ $message }}
@enderror
@endsection @section('scripts') @endsection