{{ __('Settings') }}

@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @include('settings.partials.nav')

Location List

@csrf
@foreach(($timezoneOptions ?? []) as $tzValue => $tzLabel) @endforeach

Default: Asia/Colombo

Used when the selected customer has no pricing tier.

Default: 95%

Default: 40%

JPG, PNG, GIF (Max: 2MB)

සිංහල ෆොන්ට්ස්

මෙතනින් තෝරන්න

එය මෙහි සජීවීව පෙන්වනු ඇත.

කැමති එකක් තෝරා සේව් කරන්න

ඔබ මෙහි තෝරන ලද ෆොන්ට් එක සෑම තැනකටම ඇතුලත් වන බව කාරුණිකව සලකන්න

නිකුත් කරන බිල්පත් සඳහා තොරාගත් ෆොන්ට් එක සුදුසු දැයි නිරීක්ෂණය කර සිටින්න (print quotation to check)

Sinhala Fonts

Choose from here

It will be shown live here.

Pick the one you like and save

Please note that the font you select here will be applied everywhere

Please check whether the selected font is suitable for issued bills (print quotation to check)

@forelse($locations as $location) @empty @endforelse
ID Logo Location Name Logo Width Timezone Default Tier Status Created Actions
{{ $location->id }} @if($location->logo) Logo @else No logo @endif {{ $location->name }} @if($location->id === 1) Main @endif
POS: {{ $location->logo_width_pos }}%
A4: {{ $location->logo_width_a4 }}%
{{ $location->timezone ?? 'Asia/Colombo' }} {{ $location->default_price_tier ?? 3 }}
@csrf @method('PATCH')
{{ $location->created_at->format('Y-m-d') }} @if($location->id !== 1)
@csrf @method('DELETE')
@endif
No locations found.