@extends('backend.layouts.master') @section('title') Add Binding Type @endsection @section('content') @include('backend/includes/sidebar') @include('backend/includes/header') Add Binding Type @if(count($errors) > 0) @foreach($errors->all() as $error) {{ $error }} @endforeach @endif Add Binding Type Form Cover Name * Binding Type Soft Hard Cover Image * Min. no. of Pages * Max. no. of Pages * Min. Book Quantity * Show Endsheet * Yes No Book Quantity * For 1 - 49 For 50+ For both Status Save Cancel @include('backend/includes/footer') @endsection