@extends('layouts.app') @section('content')
@include('admin.sidebar')
%%modelName%% {{ $%%crudNameSingular%%->%%primaryKey%% }}
{{ method_field('DELETE') }} {{ csrf_field() }}


%%formBodyHtmlForShowView%%
ID{{ $%%crudNameSingular%%->%%primaryKey%% }}
@endsection