@extends('layouts.admin')
@section('title')
فرمهای ثبت شده
@endsection
@section('content')
@include('admin.index.messages')
فرمهای ثبت شده
| عنوان
|
عملیات |
@php
$i=1;
@endphp
@if(isset($answers))
@foreach($answers as $item)
| {{ @$item->form->title }} |
@can('form_index')
@endcan
@can('form_index')
@endcan
|
@endforeach
@endif
| عنوان |
عملیات |
@endsection
@section('script')
@endsection
@section('style')