@extends('layouts.default.master') @section('data_count') {{-- Start:: content heading --}}
{{-- title --}}
Make Payment
{{-- title --}}
{{-- End:: content heading --}} {{-- Start::Content Body --}}
@csrf
{{ $errors->first('user_type') }}
{{ $errors->first('user_id') }}
{{ $errors->first('package_id') }}
{{ $errors->first('amount') }}
{{ $errors->first('start_date') }}
Cancel
{{-- End::Content Body --}} @stop @push('custom-js') @endpush