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