@extends('includes.master') @section('content')
@if(Session::has('error'))
× {{ Session::get('error') }}
@endif

ENTER YOUR DETAILS

{{csrf_field()}}

ORDER DETAILS

@stop @section('footer') @stop