@php $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', __('add') . ' ' . __($nameS)) @section('vendor-style') @endsection @section('vendor-script') @endsection @section('content')

{{ __('add') . ' ' . __($nameS) }}

{{ __('back') }}
@include('_partials._errors')
@csrf
@endsection