@extends('layouts.admin.master') @section('content')
| # | {{ __('content.counter') }} | {{ __('content.extra_text') }} | {{ __('content.title') }} | {{ __('content.order') }} | {{ __('content.action') }} |
|---|---|---|---|---|---|
| {{ $asc++ }}{{ $desc-- }} | {{ $item->counter }} | {{ $item->extra_text }} | {{ $item->title }} | {{ $item->order }} |
{{ __('content.not_yet_created') }}
@endif| # | {{ __('content.title') }} | {{ __('content.description') }} | {{ __('content.order') }} | {{ __('content.action') }} |
|---|---|---|---|---|
| {{ $asc++ }}{{ $desc-- }} | {{ $feature->title }} | {{ $feature->description }} | {{ $feature->order }} |
{{ __('content.not_yet_created') }}
@endif