@extends('backend.master') @section('title') কর্মকর্তাবৃন্দ @endsection @section('body') @if(Auth::user()->user_type == 0 || Auth::user()->user_type == 1 || strpos(Auth::user()->permission, 'ঞ') !== false || strpos(Auth::user()->permission, 'ট') !== false)

@if($type == 1)জন প্রতিনিধিগণ@elseকর্মকর্তা ও কর্মচারীগণ@endif

@include('backend.web-setting.officers.index')
@else @include('backend.errors.404') @endif @endsection @section('script') @endsection