@extends('layouts.usermaster') @section('title') Voice Sync: Add Minutes @endsection @section('content.header.title') Buy Minutes @endsection @section('css') @endsection @section('content')

Please make your selection
@foreach ($minutes as $minute)
@endforeach
2) Select Payment
@endsection('content') @section('head_script') @endsection @section('page_script') @endsection