@extends('backend.partials.master') @section('title') {{ __('levels.why_courier') }} {{ __('levels.list') }} @endsection @section('maincontent')
| {{ __('levels.id') }} | {{ __('levels.title') }} | {{ __('levels.image') }} | {{ __('levels.position') }} | {{ __('levels.status') }} | @if(hasPermission('why_courier_update') || hasPermission('why_courier_delete') ){{ __('levels.actions') }} | @endif
|---|---|---|---|---|---|
| {{$i++}} | {{@$whycourier->title}} | {{@$whycourier->position}} | {!!@$whycourier->my_status!!} | @if(hasPermission('why_courier_update') == true || hasPermission('why_courier_delete') == true )
|
@endif
{!! __('Showing') !!} {{ @$whycouriers->firstItem() }} {!! __('to') !!} {{ @$whycouriers->lastItem() }} {!! __('of') !!} {{ @$whycouriers->total() }} {!! __('results') !!}