@extends('layouts.usermaster') @section('title') Voice Sync: Add Minutes @endsection @section('content.header.title') Buy Minutes @endsection @section('css') @endsection @section('content') 1) Choose Plan Please make your selection @foreach ($minutes as $minute) ${{ number_format($minute->rate, 2) }} for {{ number_format($minute->minutes, 0) }} minutes @endforeach 2) Select Payment Processing payment . . . Please wait while we process your payment. DO NOT press the back button on your browser. @endsection('content') @section('head_script') @endsection @section('page_script') @endsection