@extends('backend.layouts.master') @section('title') Edit Size @endsection @section('content') @include('backend/includes/sidebar') @include('backend/includes/header') Edit Size @if(count($errors) > 0) @foreach($errors->all() as $error) {{ $error }} @endforeach @endif Edit Size Form @foreach ($sizes as $size) @endforeach Book Quantity * size_type == 'standard') checked @endif> Standard size_type == 'custom') checked @endif> Custom Width up to* Height up to* Orientation * orientation == 'landscape') selected @endif>Landscape orientation == 'portrait') selected @endif>Portrait orientation == 'square') selected @endif>Square Book size * book_size == 'small') selected @endif>Small book_size == 'medium') selected @endif>Medium book_size == 'large') selected @endif>Large Status Save Cancel @include('backend/includes/footer') @endsection