@extends('layout.backend.main'); @section('css') @endsection @section('page_content')
@forelse ($roles as $role) @empty @endforelse
ID Role Name Created Date Created Time Action
{{ $role->id }} {{ $role->name }} {{ Carbon::parse($role->created_at)->format('d M, Y') }} {{ Carbon::parse($role->created_at)->format('h.i A') }}
No role found
{{ $roles->links('vendor.pagination.custom') }}
@endsection