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