@extends('backend.layouts.app') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('page-breadcrumb', 'Dashboard') @section('content')

@if(Auth::user()->user_type>4)

AEPS History

@else

AEPS History

@endif
@endsection @section('self_script') @endsection