@extends('layout.master') @push('plugin-styles') @endpush @section('content')
List all Roles
@foreach ($roles as $role) @endforeach
No Name Action
{{ $no++ }} {{ $role->role_name }} View Edit Delete
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush