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