@extends('backend.master') @section('title') ইউজার পারমিশন @endsection @section('body') @if(Auth::user()->user_type == 0 || Auth::user()->user_type == 1 || Auth::user()->user_type == 4)

ইউজার পারমিশন

@include('backend.user.user-permission.index')
@else @include('backend.errors.404') @endif @endsection @section('script') @endsection