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

{{ __('Branches') }}

{{ __('Create New Branch') }}

@endsection @section('content')

{{ __('Create New Branch') }}

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