@extends('dashboard.layout.partials.dashboard') @section('content')


Edit Users

@csrf() @method('PUT')
@php $sub_cat=App\Models\SubRole::all(); @endphp
Cancel
@endsection @section('javascript') @endsection