@extends('voyager::auth.master') @section('content')

{{ __('voyager::login.signin_below') }}

{{ csrf_field() }}
@if(!$errors->isEmpty())
    @foreach($errors->all() as $err)
  • {{ $err }}
  • @endforeach
@endif
@endsection @section('post_js') @endsection