@extends('adminlte::page') @section('title', config('app.name') . ' | ' . __('Available forms')) @section('content_header')
# | {{__('Title')}} | {{__('Created at')}} | {{__('Updated at')}} | {{__('Actions')}} |
---|---|---|---|---|
{{$form->id}} | {{$form->formName}} | {{$form->created_at}} | {{ $form->updated_at }} |