@extends('layouts.admin') @section('title', 'Payment Type') @section('content') Payment Type Payment Type Create Add Payment Type {{ Html::ul($errors->all()) }} {{ Form::open(array('url' => 'admin/payment_types')) }} Name {{ Form::text('name', Request::old('name'), array('id'=>'exampleInputEmail1','class' => 'form-control','placeholder' => 'Enter name')) }} Status Active Inactive {{ Form::close() }} @endsection