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

{{ trans('backpack::crud.preview') }} {{ $crud->entity_name }}

@endsection @section('content') @if ($crud->hasAccess('list')) {{ trans('backpack::crud.back_to_all') }} {{ $crud->entity_name_plural }}

@endif

{{ trans('backpack::crud.preview') }} {{ $crud->entity_name }}

{{ dump($entry) }}
@endsection