@extends('dashboard.layouts.master') @section('title') login dashboard @endsection @section('content')
@if(Session::has('error')) @endif
@csrf

{{__('auth.login')}}

@error('email') {{$message}} @enderror
@error('password') {{$message}} @enderror
@endsection