@extends('layouts.app') @section('title', 'Login') @section('content') User Login {{$settings['footer_description']}} {!! csrf_field() !!} LOGIN TO YOUR ACCOUNT @if(count($errors->all())) @foreach ($errors->all() as $error) × Alert! {{ $error }} @endforeach @endif LOGIN NOW Forget Your Password . ? Need Support . Sign up . @endsection @section('script') @endsection
{{$settings['footer_description']}}