@extends('market.layout.master') @section('ptitle', 'Marketing') @section('page_title', 'Dashboard') @section('subpage', 'Graph & Summary Report') @section('img_profile', asset($staffDetails->user_pic)) @section('login_name', $staffDetails->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 comission (R) successful

@endif
Add New Commission (R)
 
 
 
 
 
 
 
 
@endsection @section('external_js') @endsection