@php use Carbon\Carbon; @endphp @extends('layouts.app') @section('title', $title = __('template.add')) @section('content')
@csrf
{!! $item !!}
@include('templates.partial.script') @endsection