@extends('layouts.app', [ 'namePage' => 'Login page', 'class' => 'login-page sidebar-mini ', 'activePage' => 'login', 'backgroundImage' => asset('assets') . "/img/BodyCulture_bg.jpg", ]) @section('content')

@include('alerts.migrations_check')

Login

@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection @push('js') @endpush