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