@extends('layouts.master') @section('title', 'PetroERP- An ERP for Petrol Pumps') @section('content')
Page Info

Active Pages

{{-- --}}
{!! Form::open(['action' => 'PageInfoController@search', 'method' => 'GET', 'class' => 'form-horizontal']) !!}
{{Form::hidden('active', 1)}} {{Form::text('key', isset($key)?$key:'', ['class'=>'form-control', 'placeholder'=>'Type to search . . .'])}} {{Form::submit('Search . . .', ['class'=>'btn btn-primary col-md-offset-2'])}}
{!! Form::close() !!} @if($appMenu->count() > 0)
@foreach($appMenu as $key=>$menu) @endforeach
Sr. No Menu Name Hover Modal New Page Action
{{$key+1}} {{$menu->title}}
{{$appMenu->links()}}
@else
Active Menu Not Found.
@endif
@endsection