@extends('layouts.admin.master') @section('content')
# | {{ __('content.title') }} | {{ __('content.description') }} | {{ __('content.order') }} | {{ __('content.action') }} |
---|---|---|---|---|
{{ $asc++ }}{{ $desc-- }} | @php echo html_entity_decode($feature->title); @endphp | @php echo html_entity_decode($feature->description); @endphp | {{ $feature->order }} |
{{ __('content.not_yet_created') }}
@endif