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

Deactive Bank

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