Form List
| SI#. | Form Name | ||
|---|---|---|---|
| {{ $row->id }} | {{ $row->name }} |
|
|
| No matching records found | |||
@extends('layouts/default')
{{-- Page title --}}
@section('title')
@parent
@stop
{{-- page level styles --}}
@section('header_styles')
@stop
{{-- Page content --}}
@section('content')
Entry Forms
{{ Session::get('message') }}
| SI#. | Form Name | ||
|---|---|---|---|
| {{ $row->id }} | {{ $row->name }} |
|
|
| No matching records found | |||