@extends('layouts.master') @section('title') All Users @endsection @section('css') @endsection @section('content') @if (session('status'))
{{ session('status') }}
@endif
Site Setting
CONTENT PUTS HERE
can copy the tick box from role-permission > role > edit.blade.php
@endsection @section('script') @endsection