{{__('Create')}} @foreach ($forms as $ke=>$form) @endforeach
# {{__('Name')}} {{__('Created')}} {{__('Action')}}
{{ $form->id }} {{ $form->name }} {{ $form->created_at->toDateString() }} {{__('Edit')}} {{__('Open')}}
{{ $forms->links() }}