@extends('admin.layout') @section('content')

All Roll

{{--
@can('create-role') @endcan
@can('create-role') @endcan
--}}
@foreach($roles as $role) @endforeach
SRL No. Name of the Roles Created At Actions
{{ $loop->iteration }} {{ $role->name }} {{ date('d-m-Y', strtotime($role->created_at)) }} @can('update-role') @endcan @can('delete-role')
{{ method_field('DELETE') }} {{ csrf_field() }}
@endcan
@endsection