@extends('layouts.admin') @section('content') @php $CRUDLabels=[ 'studly'=>'BrochureSectionVariation' ]; foreach(['kebab','snake'] AS $m){ $CRUDLabels[$m]=\Illuminate\Support\Str::{$m}($CRUDLabels['studly']); } $CRUDLabels['plural']=\Illuminate\Support\Str::plural($CRUDLabels['snake']); \Helpers::config([ 'languageCode'=>'en', 'labelPrefix'=>'common_labels' ]); @endphp

{{\Helpers::trans($CRUDLabels['snake'].'.caption')}}

{{\Helpers::trans('common_labels.name',[],\Helpers::config('languageCode'))}}
@include($CRUDLabels['snake'].'.form.base') @endsection