@extends('layouts.store_dashboard_un_authed_layout') @section('title') {{Session::has('lang')&&Session::get('lang')=='en'?' Login ':' تسجيل الدخول '}} @endsection @section('content')
@csrf
{{trans('stores_dashboard.login')}}

{{trans('stores_dashboard.login_rule')}}

{{trans('stores_dashboard.no_account')}} {{trans('stores_dashboard.press')}}

@endsection @section('scripts') @endsection