@extends('layouts.app') @section('head') @endsection @section('content')

ROLE BASED PERMISSIONS

@include('users.admin.sidebar')
@endsection @section('js') @endsection