@extends('admin.layouts.app') @section('title') {{ __('sorting_custom_fields') }} @endsection @section('content')

{{ __('sorting_custom_fields') }}

@forelse ($fields as $item) @empty @endforelse
{{ __('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') }}

@endsection @section('script') @endsection @section('style') @endsection