@extends('frontend.layouts.app') @section('content') @push('css') @endpush

@csrf

@include('frontend.amount_page')
@push('js') @endpush @endsection