@extends('front.layout') @section('meta-keywords', "$seo->meta_keywords") @section('meta-description', "$seo->meta_description") @section('content')
{{ $method->title }} ({{ Helper::showCurrencyPrice($method->cost) }})
{{ $method->subtitle }}
{{ $errors->first('billing_name') }}
{{ $errors->first('billing_address') }}
{{ $errors->first('billing_email') }}
{{ $errors->first('billing_number') }}
{{ $errors->first('billing_country') }}
{{ $errors->first('billing_state') }}
{{ $errors->first('billing_zip_code') }}
{{ $errors->first('shipping_name') }}
{{ $errors->first('shipping_address') }}
{{ $errors->first('shipping_email') }}
{{ $errors->first('shipping_number') }}
{{ $errors->first('shipping_country') }}
{{ $errors->first('shipping_state') }}
{{ $errors->first('shipping_zip_code') }}
{{ $errors->first('gateway') }}