@extends('backend.partials.master') @section('title') {{ __('designation.title') }} {{ __('levels.list') }} @endsection @section('maincontent')

{{ __('designation.title') }}

@if (hasPermission('designation_create') == true )
@endif
@if (hasPermission('designation_update') == true || hasPermission('designation_delete') == true) @endif @php $i=1; @endphp @foreach($designations as $designation) @if (hasPermission('designation_update') == true || hasPermission('designation_delete') == true) @endif @endforeach
{{ __('levels.id') }} {{ __('levels.title') }} {{ __('levels.status') }}{{ __('levels.actions') }}
{{$i++}} {{$designation->title}} {!! $designation->my_status !!}
{{ $designations->links() }}

{!! __('Showing') !!} {{ $designations->firstItem() }} {!! __('to') !!} {{ $designations->lastItem() }} {!! __('of') !!} {{ $designations->total() }} {!! __('results') !!}

@endsection()