@extends('layouts.app') @section('content')
@if($access['is_add'] ==1) @endif
Name {{ $row->name}}
Method {{ $row->method}}
Tablename {{ $row->tablename}}
Send To Email {{ $row->email}}
Success {{ $row->success}}
Failed {{ $row->failed}}
Redirect {{ $row->redirect}}
@include('core.forms.forms.form-'.$row->formID)
@stop