@extends('layouts.backend') @section('extraCss') @endsection @section('mainContentArea')

Manage Party Department





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