@extends('backend.layout.master')
@section('title', __('All Custom Form'))
@section('style')
|
|
{{ __('ID') }} | {{ __('Title') }} | {{ __('Receiving Email') }} | {{ __('Action') }} |
|---|---|---|---|---|
| |
{{ $form->id }} | {{ $form->title }} | {{ $form->email }} |
|