@extends('admin.masterv2') @section('styleSheet') @endsection @section('content')
@include('admin.includesV2.adminHeader', [ 'pageRoute' => route('otherForms'), 'pageName' => 'Other Forms', 'pageHeader'=> 'Other Form List', ])
{{--
--}}
Date Form ID Page ID Page Name
@foreach($pages as $key=>$page)
Date Form ID Page ID Page Name
@endforeach
@endsection @section('customJs') @endsection @section('documentJquery') @endsection