@extends('admin.layout') @section('header') @endsection @section('content')
{{ $model_name . '详情' }}
@if(!empty($item->text_1))
{{ $item->text_1 }}
@endif @if(!empty($item->text_2))
{{ $item->text_2 }}
@endif @if(!empty($item->text_3))
{{ $item->text_3 }}
@endif @if(!empty($item->text_4))
{{ $item->text_4 }}
@endif @if(!empty($item->multi_text))
{{ $item->multi_text }}
@endif @if(!empty($item->radio))
{{ $item->radio }}
@endif @if(!empty($item->checkbox))
{{ $item->checkbox }}
@endif
@endsection @section('footer') @endsection