@extends('layouts.app') @section('titlePage', 'Manager Staff') @section('content')
@include('common.alert')
@foreach ($data as $value) @endforeach
Role Action
{{ (strip_tags($value->name)) }}
@csrf

{{-- Pagination --}}
@endsection