@extends('layouts.auth')
@section('title', __('lang_v1.login'))
@section('content')
@if(env('ALLOW_REGISTRATION', true))
@endif
@if(config('app.env') == 'demo')
Demo Shops Demos are for example purpose only, Ultimate POS can be used in many other similar businesses.
@endif
@endsection