@extends('admin.layouts.master') @section('styles') @endsection @section('contents')

Designation Manage

@if(count($designation)>0) @foreach($designation as $key=>$value) @endforeach @else @endif
Sno Level Department Designation Action
{{$key+1}} {{$value->level}} {{$value['getDepartment']->Department}} {{$value->Designation}}
Data not Found
@endsection @section('scripts') @endsection