@extends('layouts.backend') @section('extraCss') @php $partyType = [1 => 'RETAILER',2 =>'AGENT', 3 => 'DISTRIBUTOR',4=> 'VENDOR',5 =>'MBO', 6 => 'LFS',7=>'WAREHOUSE',8=>'EBO POS',9=>'SIS POS']; @endphp @endsection @section('mainContentArea')

Permission Manager





@foreach ($departmentlist as $key => $group) @endforeach
S.No Name Description SOP Status Actions
{{$key + $departmentlist->firstItem() }} {{ empty($group->name) ? 'N/A' : $group->name }} {{ empty($group->code) ? 'N/A' : $group->code }} {{ $group->sop }} @if($group->is_active === 1) @else @endif
@php if($departmentlist->count() > 0) { @endphp {!! $departmentlist->appends(request()->input())->links() !!} @php } @endphp
@endsection @section('extraJs') @endsection