@extends('layouts.tenant.master') @section('title', 'User Menu') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

User Management

@endsection @section('breadcrumb-items') @endsection @section('content')
@csrf
Name:
Permission:
@foreach ($permission as $value)
@endforeach
@endsection @section('script') @endsection