@extends('dealer.layout.master') @section('page_title', 'Dashboard') @section('subpage', 'Graph & Summary Report') @section('img_profile', asset($user->StaffDetail->user_pic)) @section('login_name', $user->StaffDetail->name ) @section('last_login', $user->last_login_at ) @section('content')
@if(count($errors) > 0)
@foreach($errors->all() as $error)

{{$error}}

@endforeach
@endif @if(Session::get('error_msg'))

Email or Password is invalid

@elseif(Session::get('success_msg'))

Add new Agent successful

@endif
Agent Details
 
 
 
 
 
 
 
 
 
** Please enter at least 8 characters **
 
 
** Please enter at least 8 characters & match with password above **
 
@endsection @section('external_js') @endsection