@extends('admin.layouts.master') @push('admin_css') @endpush @section('content')
{{-- user --}} {{-- Logo Logo --}}

Login To your Dashboard
Fast, Efficient and Productive

@csrf

{{ \App\Helpers\TranslationHelper::translate('Log In') }}

{{ \App\Helpers\TranslationHelper::translate('Your Dashboard') }}
{{ $errors->has('email')?$errors->first('email'):null }}
{{ $errors->has('password')?$errors->first('password'):null }} {{ $errors->has('credentials')?$errors->first('credentials'):null }}
@endsection @push('admin_js') @endpush