@extends('frontend.layouts.master') @section('title') Order for 1-49 books @endsection @section('meta_description') @endsection @section('meta_keywords') @endsection @section('content') @include('frontend/includes/header') @include('frontend/includes/navigation')

Get Pricing

    • @foreach($paper_type as $type)
    • @endforeach
    • @foreach($book_genre as $genre) @foreach($genre_value as $value)
    • @endforeach @endforeach
  1. How did you hear about us?
    Questions and comments
  1. Sub-Total Order Amount $ {{$data['total_price_value']}}
    Spine Text Fee $ 0.00
    Shipping Fee $ 0.00
    Sales Tax $ 0.00
    Grand Total $ 0.00
@include('frontend/includes/footer_links') @include('frontend/includes/footer') @endsection