@extends('master.app') @section('title', 'Roles') @section('body')

Roles

@foreach ($roles as $row) @endforeach
Name Action
{{ $row->name }} Edit
{{ $roles->links('pagination::bootstrap-4') }}
@endsection @section('pageJs') @endsection