@extends('admin.layouts.app') @section('title') {{ __('sorting_custom_fields') }} @endsection @section('content')
| {{ __('type') }} | {{ __('group') }} | {{ __('name') }} | |||||||
|---|---|---|---|---|---|---|---|---|---|
|
|
{{ Str::replaceFirst('_', ' ', ucfirst($item->customField->type)) }} | {{ $item->group }} | {{ ucfirst($item->customField->name) }} | ||||||
{{ __('no_results_found') }}{{ __('there_is_no') }} {{ __('found_in_the_page') }} |
|||||||||