@extends('backend.layouts.master') @section('title') Add Size @endsection @section('content') @include('backend/includes/sidebar') @include('backend/includes/header') Add Book Size @if(count($errors) > 0) @foreach($errors->all() as $error) {{ $error }} @endforeach @endif Add Book Size Form Book Quantity * Standard Custom Width up to * Height up to * Orientation * Landscape Portrait Square Book size * Small Medium Large Status Save Cancel @include('backend/includes/footer') @endsection