@section('tittle') {{"ROLES REPORT"}}@endsection @extends('nav') @section('content')
@csrf
{{$name}}
@foreach($results as $index => $row) @endforeach
SNO ROLES TYPE REMARKS
{{$index + 1}} {{ $row['roles'] }} {{ $row['type'] }} {{ $row['remarks'] }}
@endsection