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

Create Bookr Rcommendation

@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
@endsection