@extends('AdminMaster.master') @section('content')

Hello! let's get started

Admin Sign in to continue.
@if($errors->has('error'))
{{ $errors->first('error') }}
@endif
@csrf
@endsection