@extends('backEnd.master') @section('title') @lang('fees.all_fees') @endsection @section('mainContent')

@lang('fees.collect_fees_online')

@lang('fees.collect_fees_online')

{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'method' => 'POST', 'route' => 'payByPaypal', 'id' => 'payment-form', 'enctype' => 'multipart/form-data']) }}
@if ($errors->has('from_name')) {{ $errors->first('from_name') }} @endif
{{ Form::close() }}
@endsection