@extends('auth.layout.app') @section('page_title', 'Login') @section('page_content')
@csrf

ADMIN PANEL

Login to your account
Enter your credentials below
@if ($errors->any())
@foreach ($errors->all() as $error) Oh snap! {{ $error }} @endforeach
@endif
Forgot password?
@endsection @section('page_script') @endsection