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