@extends('layouts.app') @section('css') @endsection @section('content')
{{ $Subtitle }}

Search Master Records

@csrf @method('GET')
 Reset

System Parameter Master List. Do not Simply Remove this parameter unless the parameter is not used. the system parameter is

@foreach ($masterlist as $mstlist) @endforeach
Sequence Title Type Category Action
{{ $mstlist->itm_sqno }} {{ $mstlist->itm_title }} {{ $mstlist->itm_type }} {{ $mstlist->itm_category }} edit | delete
xxxxxx
@include('layouts.inc.footer')
@endsection @section('js') @endsection