@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.popupText.title_singular') }}
@csrf
@if($errors->has('name')) {{ $errors->first('name') }} @endif {{ trans('cruds.popupText.fields.name_helper') }}
@if($errors->has('text')) {{ $errors->first('text') }} @endif {{ trans('cruds.popupText.fields.text_helper') }}
@endsection @section('scripts') @endsection