@extends('layouts.auth') @section('meta') @endsection @section('title',config('app.name') . ' | ' . __('auth/login.document_title')) @section('css_specific') @endsection @section('css') @endsection @section('body_class','login') @section('content')
@csrf
*
*
@if (!$errors->isEmpty())
{!! $errors->first() !!}
@endif
@endsection @section('scripts_specific') @endsection @section('scripts') @endsection