@extends('backend.layouts.master') @section('title') Edit Price @endsection @section('content')
@include('backend/includes/sidebar')
@include('backend/includes/header')

Edit Price

@foreach($prices as $price) @endforeach

{{ $price->name }} ({{ ucfirst($price->type) }})

{{ $price->width }} x {{ $price->height }} ({{ ucfirst($price->book_size) }})

status == 'active') checked @endif />
Cancel
@include('backend/includes/footer')
@endsection