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

ENTER YOUR DETAILS

{{csrf_field()}}

ORDER DETAILS

{{--

{{$pricing->title}}

--}} {{--

${{$pricing->cost}}/Mo

--}} {{--
--}} {{--
    --}} {{--@foreach($pricing->options as $option)--}} {{--@if($option != "")--}} {{--
  • {{$option}}
  • --}} {{--@else--}} {{--
  •  
  • --}} {{--@endif--}} {{--@endforeach--}} {{--
--}} {{--
--}}
@stop @section('footer') @stop