@extends('backend.partials.master') @section('title') {{ __('designation.title') }} {{ __('levels.list') }} @endsection @section('maincontent')
| {{ __('levels.id') }} | {{ __('levels.title') }} | {{ __('levels.status') }} | @if (hasPermission('designation_update') == true || hasPermission('designation_delete') == true){{ __('levels.actions') }} | @endif
|---|---|---|---|
| {{$i++}} | {{$designation->title}} | {!! $designation->my_status !!} | @if (hasPermission('designation_update') == true || hasPermission('designation_delete') == true)
|
@endif
{!! __('Showing') !!} {{ $designations->firstItem() }} {!! __('to') !!} {{ $designations->lastItem() }} {!! __('of') !!} {{ $designations->total() }} {!! __('results') !!}