@extends('front.layout') @section('title') {{ __('Sign In') }} @endsection @section('content')
{{-- mo2men {{config('app.name')}} --}}
@endsection @section('scripts') @include('front.pages.auth.auth_script') @endsection