@extends('auth.admin.base') @section('title', 'Admin Login') @section('content')
@if (session('error')) @endif
@endsection @section('scripts') @endsection