@extends('voyager::master') @if (isset($dataType->id)) @section('page_title', __('voyager::bread.edit_bread_for_table', ['table' => $dataType->name])) @php $display_name = $dataType->display_name_singular; $display_name_plural = $dataType->display_name_plural; @endphp @else @section('page_title', __('voyager::bread.create_bread_for_table', ['table' => $table])) @endif @section('page_header')