@extends('layouts.master') @section('title', 'New Branch | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.new branch')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.branches') }} | {{ __('basic.new branch') }}
{{ __('basic.new branch') }}
@csrf
@error('name') {{ $message }} @enderror
@error('code') {{ $message }} @enderror
@error('address') {{ $message }} @enderror
@error('latitude') {{ $message }} @enderror
@error('longitude') {{ $message }} @enderror
@endsection @section('js') @endsection