@extends('layouts.sidebar') @section('title', 'Nomadic-CMS') @section('content')

{{ isset($page_title) ? $page_title : ucfirst(str_replace('_', ' ', $page)) }} Page

@csrf
@forelse($fields as $field) @php $label = ucwords(str_replace('_', ' ', $field->trans_key)); @endphp
@empty

No {{ $page }} keys found in the language file. Add keys under "{{ $page }}" in your JSON file (e.g. en.json) to edit them here.

@endforelse
@endsection @section('footer_scripts') @endsection