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

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

@if(hasPermission('section_update') ) @endif @php $i=1; @endphp @foreach($sections as $section) @if(hasPermission('pages_update') == true ) @endif @endforeach
{{ __('levels.id') }} {{ __('levels.type') }}{{ __('levels.actions') }}
{{$i++}} {{@$section->my_type}}
{{ @$sections->links() }}

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

@endsection