@extends('layouts.app')
@section('title', __('general.login') . ' - ' . __('general.company_name'))
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@push('styles')
@endpush
@push('scripts')
@endpush
@endsection