@extends('backend.layouts.master') @section('title') Add Price @endsection @section('content') @include('backend/includes/sidebar') @include('backend/includes/header') Add Price Cover Name @foreach($cover_types as $cover_type) {{$cover_type->name}} ({{$cover_type->type}}) @endforeach Size @foreach($book_sizes as $book_size) @if($book_size->size_type == 'custom') Up to @endif {{$book_size->width}} x @if($book_size->size_type == 'custom') Up to @endif {{$book_size->height}} ({{$book_size->orientation}}) - {{$book_size->book_size}} / {{$book_size->size_type}} @endforeach Product ID * Display Sequence * Base cover Price * Base pages Quantity * Page Cost Price * Status Save Cancel @include('backend/includes/footer') @endsection