@extends('layouts.backend') @section('css_after') @endsection @section('js_after') @endsection @section('content')

EDIT BOOK RECOMMENDATION

@csrf
@if ($errors->has('cover_image')) @endif
@if ($errors->has('category')) @endif
@if ($errors->has('title')) @endif
@if ($errors->has('content')) @endif
@if ($errors->has('amazon_link')) @endif
@if ($errors->has('flipkart_link')) @endif
@if ($errors->has('download_book_english')) @endif
@if(!empty($bookrecommendation['download_book_english']))

Download file

@endif
@if ($errors->has('download_book_hindi')) @endif
@if(!empty($bookrecommendation['download_book_hindi']))

Download file

@endif
@endsection