@extends('layouts.admin') @section('content')
{{ __('Form Name') }} | {{ __('Category') }} | {{ __('Created At') }} | {{ __('Actions') }} |
---|---|---|---|
{{ $form->name }} | {{ $form->category->title ?? __('Uncategorized') }} | {{ $form->created_at->format('d M Y') }} | {{ __('Edit') }} {{ __('View') }} {{ __('Delete') }} {{ __('Show') }} |
{{ __('No forms found.') }} |