@extends('admin.layouts.app') @push('style') @endpush {{-- @section('pagetitlesection') @endsection --}} @section('content')

Role List

{{-- View all --}}
@forelse ($roleList as $role) {{-- --}} @empty @endforelse
Role Name Role Type Created On Action
{{ $role->name }} {{ $role->role_type }} {{ date('d-m-Y', strtotime($role->created_at)) }} @switch($role->status) @case(1) Active @break @case(0) Inactive @break @default Deleted @endswitch
No Data Yet
@endsection @push('scripts') @endpush