@extends('layouts.site', ['title' => 'Admin Login | MuxiYeto']) @push('styles') @endpush @section('content')
@csrf

Admin Login

Sign in to manage the new MuxiYeto Laravel portal.

@if ($errors->any())
{{ $errors->first() }}
@endif
@endsection