@include('layouts.partials.css') @include('layouts.partials.extracss_auth')
DIGI

DIGI POS

ERP POS SYSTEM

@inject('request', 'Illuminate\Http\Request') @if (session('status') && session('status.success')) @endif
@if(request()->path() != '/') @endif
@if(config('constants.SHOW_REPAIR_STATUS_LOGIN_SCREEN') && Route::has('repair-status')) @lang('repair::lang.repair_status') @endif @if(Route::has('member_scanner')) @lang('gym::lang.gym_member_profile') @endif @if (!($request->segment(1) == 'business' && $request->segment(2) == 'register')) @if (config('constants.allow_registration')) {{ __('business.register') }} @endif @endif @include('layouts.partials.language_btn')
@yield('content')
@include('layouts.partials.javascripts') @yield('javascript')