@extends('layouts.app') @push('css_lib') {{--dropzone--}} @endpush @section('title','Payment Setup') @section('content') @include('flash::message') @include('adminlte-templates::common.errors')
{!! Form::open(['route' => 'payment.store']) !!}
{!! Form::label('Payment Cut-Off Amount','Payment Cut-Off Amount', ['class' => 'col-5 control-label text-right']) !!}
{!! Form::number('cutoff_amount', null, ['class' => 'form-control','placeholder'=> "Payment Cut-Off Amount",'required' => 'required']) !!}
CutOff Amount
{!! Form::label('Type','Type', ['class' => 'col-5 control-label text-right']) !!}
Type
{!! Form::label('Amount Type','Amount Type', ['class' => 'col-5 control-label text-right']) !!}
Amount Type
{!! Form::label('Amount','Amount', ['class' => 'col-5 control-label text-right']) !!}
{!! Form::number('amount', null, ['class' => 'form-control','placeholder'=>"Amount",'required' => 'required']) !!}
Amount
{!! Form::label('status', trans("lang.status"), ['class' => 'col-5 control-label text-right']) !!}
{{ trans("lang.status") }}
{{trans('lang.cancel')}}
{!! Form::close() !!}
@include('layouts.media_modal',['collection'=>null]) @endsection @push('scripts_lib') {{--dropzone--}} @endpush