@extends('backend.layouts.master') @section('title') Edit Cover Option @endsection @section('content') @include('backend/includes/sidebar') @include('backend/includes/header') Edit Cover Option @if(count($errors) > 0) @foreach($errors->all() as $error) {{ $error }} @endforeach @endif Edit Cover Option Form @foreach($cover_options as $cover_option) Cover Name * Cover Type * cover_type == 'soft_cover') selected @endif>Soft Cover cover_type == 'hard_cover') selected @endif>Hard Cover cover_type == 'all') selected @endif>All Binding Type * Paper Sequence * Product ID * Min. Book Quantity * Book size * book_size == 'small') selected @endif>Small book_size == 'medium') selected @endif>Medium book_size == 'large') selected @endif>Large book_size == 'all') selected @endif>All Status Save Cancel @endforeach @include('backend/includes/footer') @endsection