@extends('layout.app') @section('content') @push('styles') @endpush
{{--
--}} @foreach ($roles as $role)
@endforeach
{{-- @dd($users); --}} {{-- add role modal --}}
@csrf
{{-- edit role modal --}}
@csrf @method('PUT')
{{--
sss
--}}
{{ $title ?? '' }}
{{--
Sort by:
--}}
# Name Username Email Designation Status Action
@push('scripts') @endpush @endsection