@extends('layouts.site_payment') @section('headScript') @endsection @section('content') {{trans('home.payment-method')}} {{trans('home.home')}} {{trans('home.payment-method')}} @lang('home.Credit Card') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @lang('home.Card number'): @lang('home.Expiry month'): @lang('home.Expiry year'): @lang('home.Security code'): @lang('home.Pay') @endsection @section('scriptSection') @endsection