{{--@extends('layouts.app')--}} {{--@section('content')--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- @if(\Session::has('message'))--}} {{--

--}} {{-- {{ \Session::get('message') }}--}} {{--

--}} {{-- @endif--}} {{--
--}} {{-- {{ csrf_field() }}--}} {{--
--}} {{-- --}} {{-- @if($errors->has('email'))--}} {{--

--}} {{-- {{ $errors->first('email') }}--}} {{--

--}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- --}} {{-- @if($errors->has('password'))--}} {{--

--}} {{-- {{ $errors->first('password') }}--}} {{--

--}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- {{ trans('global.forgot_password') }}--}} {{-- --}} {{--
--}} {{--
--}} {{--@endsection--}} {{--@section('scripts')--}} {{----}} {{--@endsection--}} {{--@section('title', 'Login')--}} @include('layouts.loginMain')