@extends('layouts.admin') @section('title', 'Payment Type') @section('content')

Payment Type

Add Payment Type

{{ Html::ul($errors->all()) }} {{ Form::open(array('url' => 'admin/payment_types')) }}
{{ Form::text('name', Request::old('name'), array('id'=>'exampleInputEmail1','class' => 'form-control','placeholder' => 'Enter name')) }}
Active Inactive
{{ Form::close() }}
@endsection