@extends('layouts.admin') @section('content-title') {{ __('data.New Entity') }} @endsection @section('content-breadcrumbs') {{ Breadcrumbs::render('admin.data.new.entity')}} @endsection @section('css') @endsection @section('content')
@csrf
@endsection @section('js') @endsection