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

{{ __('levels.why_courier') }}

@if(hasPermission('why_courier_create'))
@endif
@if(hasPermission('why_courier_update') || hasPermission('why_courier_delete') ) @endif @php $i=1; @endphp @foreach($whycouriers as $whycourier) @if(hasPermission('why_courier_update') == true || hasPermission('why_courier_delete') == true ) @endif @endforeach
{{ __('levels.id') }} {{ __('levels.title') }} {{ __('levels.image') }} {{ __('levels.position') }} {{ __('levels.status') }}{{ __('levels.actions') }}
{{$i++}} {{@$whycourier->title}} {{@$whycourier->position}} {!!@$whycourier->my_status!!}
{{ @$whycouriers->links() }}

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

@endsection