@extends('master') @section('head') @endsection @section('window_title') Login @endsection @section('content')
@csrf @include('backend.backend_messages')
Log in
{!! html_error('email') !!}
{!! html_error('password') !!}
Sign In
@endsection