@extends('frontend.layouts.app') @section('title', __('Subscribe')) @section('content')
Subscribe New Parcel
Specify the Tracking Number | Max :50
@error('tracking_no') {{ $message }} @enderror
For your own reference| Max:50
@error('remark') {{ $message }} @enderror
Notify you via email
@if(paymentEnabled())
{{ displayPriceFormat(getCost()) }}
@endif
@endsection