@extends('backend.master') @section('title') পারমিশন @endsection @section('body') @if(Auth::user()->user_type == 0 || Auth::user()->user_type == 1 || Auth::user()->user_type == 4) {{-- last permission = ج--}}

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

ইউজার ইনফর্মেশন


নাম : {{ $user->name }}
ইমেইল : {{ $user->email }}
মোবাইল : {{ $user->phone }}
পদবি : {{ $user->designation }}

ইউজারের অ্যাক্সেস সিলেক্ট করুন


{{ Form::open(['route'=>['user.permission-save', $user->id],'method'=>'POST', 'class'=>'form-horizontal']) }} @method('PUT') @if($user->user_type == 5) {{--Last Permission = v--}}
@else @if($user->user_type == 1 && session('hidden_permission') /** && Auth::user()->user_type == 0*/) {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} @else
{{-- @if(session('hidden_permission') /** && Auth::user()->user_type == 0*/)--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- @else--}} {{-- --}} {{-- @endif--}}
{{-- @if(session('hidden_permission') /** && Auth::user()->user_type == 0*/)--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- @else--}} {{-- --}} {{-- @endif--}}
{{-- @if(session('hidden_permission') /** && Auth::user()->user_type == 0*/)--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- @else--}} {{-- --}} {{-- @endif--}}
{{-- @if(session('hidden_permission') /** && Auth::user()->user_type == 0*/)--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- @else--}} {{-- --}} {{-- @endif--}}
{{-- @if(session('hidden_permission') /** && Auth::user()->user_type == 0*/)--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- @else--}} {{-- --}} {{-- @endif--}}
{{-- @if(session('hidden_permission') /** && Auth::user()->user_type == 0*/)--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- @else--}} {{-- --}} {{-- @endif--}}
{{-- @if(session('hidden_permission') /** && Auth::user()->user_type == 0*/)--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- @else--}} {{-- --}} {{-- @endif--}}
{{-- @if(session('hidden_permission') /** && Auth::user()->user_type == 0*/)--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- @else--}} {{-- --}} {{-- @endif--}}
@endif @endif
{{ Form::close() }}
@else @include('backend.errors.404') @endif @endsection