@extends('backend.layouts.master') @section('title') Edit Binding Type @endsection @section('content') @include('backend/includes/sidebar') @include('backend/includes/header') Edit Binding Type @if(count($errors) > 0) @foreach($errors->all() as $error) {{ $error }} @endforeach @endif Edit Binding Type Form @foreach($covers as $cover) @endforeach Cover Name * Cover Type Soft Hard Cover Image * Min. no. of Pages * Max. no. of Pages * Min. Book Quantity * Show Endsheet * show_endsheet == 'y') checked @endif> Yes show_endsheet == 'n') checked @endif> No Book Quantity * book_quantity == 1) checked @endif onclick="additional_option(this.value)"> For 1 - 49 book_quantity == 2) checked @endif onclick="additional_option(this.value)"> For 50+ book_quantity == 3) checked @endif onclick="additional_option(this.value)"> For both Status Save Cancel @include('backend/includes/footer') @endsection