@extends('layouts.auth')
@section('title', __('lang_v1.login'))
@section('content')
@if(config('app.env') == 'demo')
Demo Shops Demos are for example purpose only, this application can be used in many other similar businesses.
Premium optional modules:
@endif
@stop
@section('javascript')
@endsection