@extends('layouts.admin') @section('title') Admin | Representative @endsection @section('content')

Representative/Lists

Representative List
@if(Auth::user()->hasRole('Admin') || Auth::user()->hasRole('Support Staff Or Helpdesk')) Back @endif @if(auth()->user()->hasRole('Admin')) @endif
@if(Session::has('success'))
{{ Session::get('success') }}
@endif @if(Session::has('error'))
{{ Session::get('error') }}
@endif
@endsection @section('scripts') @endsection