@extends('layouts.admin') @section('css') @endsection @section('content')
@csrf

{{ __('Login') }}

Sign In to your account

@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{--
--}}
@endsection