@extends('inventory.layout') @section('title', 'Forms') @section('content') @push('head') @endpush
entries  Create Form
@foreach($forms as $form) @endforeach
{{ __('Title')}} {{ __('Description')}} {{ __('Action')}}
{{ isset($form->title) ? $form->title :'' }} {{ \Illuminate\Support\Str::limit($form->description, 70) }}      

@push('script') @endpush @endsection