@extends('layouts.admin') @section('title') جواب فرم @endsection @section('content')
@include('admin.index.messages')
@foreach(json_decode($form->data,true) as $key => $item) @endforeach
عنوان مقدار
{{$key}} {{ $item }}
@endsection @section('script') @endsection @section('style') @endsection