@@extends('layouts.app') @@section('content') @if($config->options->localized) @@lang('models/{{ $config->modelNames->camelPlural }}.plural') @else {{ $config->modelNames->humanPlural }} @endif @if($config->options->localized) @@lang('crud.add_new') @else Add New @endif