@extends('backend.layouts.master') @section('title') Edit Cover Finish @endsection @section('content') @include('backend/includes/sidebar') @include('backend/includes/header') Edit Cover Finish @if(count($errors) > 0) @foreach($errors->all() as $error) {{ $error }} @endforeach @endif Edit Cover Finish Form @foreach($cover_finish as $cover) Cover Finish Name * Cover Type cover_type_ids == null) checked @endif> Hard cover_type_ids != null) checked @endif> Soft Binding Types @foreach($cover_types as $type) cover_id,$cover_type_ids)) selected @endif value="{{ $type->cover_id }}">{{$type->name}} @endforeach Min. Quantity * Paper Sequence * Product ID * Select Size * size == 'small') selected @endif>Small size == 'medium') selected @endif>Medium size == 'large') selected @endif>Large size == 'all') selected @endif>All Status Save Cancel @endforeach @include('backend/includes/footer') @endsection