@extends('backend.layouts.app') @section('title') Login @endsection @section('content') @if ($errors->any())
@endif
@csrf
New on our platform? Create an account
@endsection