@extends('layouts.master') @section('content')

Card Order Add

@csrf
@if ($errors->has('qty')) {{ $errors->first('qty') }} @endif
@if ($errors->has('embossname')) {{ $errors->first('embossname') }} @endif
@error('ship_method') {{ $message }} @enderror
Cancel

Please allow up to 10-15 business days to process your order

@endsection()