@extends('theme::layout.layout_simple') @section('title', ''.env('APP_NAME_DASHBOARD').' | Login') @section('content')
@csrf
DrakeFusion
@if ($errors->any()) @endif
@endsection