@extends('backpack::layout') @section('content-header')

{{ trans('backpack::crud.preview') }} {{ $crud['entity_name'] }}

@endsection @section('content') {{ trans('backpack::crud.back_to_all') }} {{ $crud['entity_name_plural'] }}

{{ trans('backpack::crud.preview') }} {{ $crud['entity_name'] }}

{{ dump($entry) }}
@endsection