@extends('layouts.business.master') @section('title') {{ __('Branch List') }} @endsection @section('main_content')
@if (session('error')) @endif
  • {{__('Previously, you didn’t have a branch section. So, when you create your first branch, another branch will be created automatically using your company/business name.')}}
    {{__('Example')}}: {{__('If your company/business name is')}} {{__('Acnoo')}}, {{__('when you create your first branch, another branch will automatically be created with the name')}} {{__('Acnoo')}}.
  • {{__('All your previous data will be assigned to the automatically created branch')}} ({{__('Acnoo')}} {{__('in this example')}}).
  • {{__('You cannot delete the automatically created branch. This is because if a branch is deleted, it is removed from every section, making it impossible to filter branch data. Therefore, the automatically created branch cannot be deleted.')}}
×

{{ __('Branch List') }}

{{ __('Add new Branch') }} @endusercan

{{ __('items show') }}

@include('multibranchaddon::branches.datas')
@endsection @push('modal') @include('multibranchaddon::component.delete-modal') @include('multibranchaddon::branches.create') @include('multibranchaddon::branches.edit') @endpush @push('js') @endpush