@extends('theme::layouts.app') @section('content')
@csrf

Login To Your Account

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

Don't have an account? Sign Up

@if(Session::has('message')) @endif @endsection @section('script') @endsection