@extends('layouts.public_layout') @section('title', $title) @section('content')

{{ $title }}


@if (strlen($msg) > 0) @endif @if ($errors->any()) @endif
@foreach ($rows as $row) {{ $row }} @endforeach
@if (in_array($tbl, $rows)) @foreach ($items[$tbl] as $fld)
{{ $fld->Field }}
@endforeach @endif

@endsection