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

Deactive Pay Mode

{!! Form::open(['action' => 'PaymodesController@search', 'method' => 'GET', 'class' => 'form-horizontal']) !!} {!! Form::close() !!} @if(count($paymodes)>0)
@foreach($paymodes as $paymode) @endforeach
Pay Mode Name Action
{{$paymode->name}}
{{$paymodes->links()}}
@else
No Deactive Pay Mode Records Found.
@endif
@endsection