@extends('backEnd.master') @section('title') @lang('fees.all_fees') @endsection @section('mainContent') @lang('fees.collect_fees_online') @lang('common.dashboard') @lang('fees.all_fees') @lang('fees.collect_fees_online') {{ Form::open(['class' => 'form-horizontal', 'files' => true, 'method' => 'POST', 'route' => 'payByPaypal', 'id' => 'payment-form', 'enctype' => 'multipart/form-data']) }} @lang('fees.fees_amount') * @if ($errors->has('from_name')) {{ $errors->first('from_name') }} @endif @lang('fees.pay_with_paypal') {{ Form::close() }} @endsection