@section('pageTitle','POS Unit Detail')

POS Unit Detail


General

General information for pos unit.
Code*
@if($isedit == false)
{{ $pos_unit->pos_unit_code}}
@else @error('pos_unit.pos_unit_code') {{ $message }} @enderror @endif
Branch*
@if($isedit == false)
{{ $pos_unit->branch->branch_name}}
@else
@error('branchId') {{ $message }} @enderror @if($branchSearchVisible == true)
  • @foreach($branches as $branch) @endforeach
@endif @endif
POS Provider*
@if($isedit == false)
{{ $pos_unit->pos_provider->pos_provider_name}}
@else @error('pos_unit.pos_provider_id') {{ $message }} @enderror @endif
Is Enabled
@if($isedit == false)
{{ $pos_unit->is_enabled == true ? 'Yes' : 'No'}}
@else
@error('is_enabled') {{ $message }} @enderror @endif

@push('custom-scripts') @endpush