@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
show_endsheet == 'y') checked @endif> show_endsheet == 'n') checked @endif>
book_quantity == 1) checked @endif onclick="additional_option(this.value)"> book_quantity == 2) checked @endif onclick="additional_option(this.value)"> book_quantity == 3) checked @endif onclick="additional_option(this.value)">
Cancel
@include('backend/includes/footer')
@endsection