@extends('layouts.app') @section('title','Books') @section('pages')
{{ \Request::get('redirect_back') }}
@csrf
Book

@if ($errors->has('short_name')) {{ $errors->first('short_name') }} @endif
@if ($errors->has('shortcode')) {{ $errors->first('shortcode') }} @endif
@if ($errors->has('no_of_pages')) {{ $errors->first('no_of_pages') }} @endif
Book Info

@if ($errors->has('dimensions')) {{ $errors->first('dimensions') }} @endif
@if ($errors->has('book_url')) {{ $errors->first('book_url') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@endsection @section('js') @endsection