@extends('layouts.site_payment') @section('headScript') @endsection @section('content')

{{trans('home.payment-method')}}

@lang('home.Credit Card')

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection @section('scriptSection') @endsection