@extends('backend.partials.master') @section('title') {{ __('packaging.title') }} {{ __('levels.list') }} @endsection @section('maincontent')
| {{ __('levels.id') }} | {{ __('levels.name') }} | {{ __('levels.position') }} | {{ __('levels.status') }} | {{ __('levels.price') }} | {{ __('levels.image') }} | @if (hasPermission('packaging_update') == true || hasPermission('packaging_delete') == true ){{ __('levels.actions') }} | @endif
|---|---|---|---|---|---|---|
| {{$i++}} | {{$packaging->name}} | {{$packaging->position}} | {!! $packaging->my_status !!} | {{settings()->currency}}{{$packaging->price}} |
|
@if (hasPermission('packaging_update') == true || hasPermission('packaging_delete') == true )
|
@endif
{!! __('Showing') !!} {{ $packagings->firstItem() }} {!! __('to') !!} {{ $packagings->lastItem() }} {!! __('of') !!} {{ $packagings->total() }} {!! __('results') !!}