@extends('layouts.admin.e-commerce.app') @section('title') @isset($blog) Edit blog @else Add blog @endisset @endsection @push('css') @endpush @section('content') @isset($blog) Edit blog @else Add blog @endisset Home @isset($blog) Edit blog @else Add blog @endisset @isset($blog) Edit blog Details @else Add New Campaign @endisset @csrf Give Rating rating==5)checked @endif type="radio" name="rating" value="5" id="5"> 5☆ rating==4)checked @endif type="radio" name="rating" value="4" id="4"> 4☆ rating==3)checked @endif type="radio" name="rating" value="3" id="3"> 3☆ rating==2)checked @endif type="radio" name="rating" value="2" id="2"> 2☆ rating==1)checked @endif type="radio" name="rating" value="1" id="1"> 1☆ {{$rating->body}} @error('review') {{$message}} @enderror Upload More Img: Upload Image Upload Image Upload Image Upload Image Upload Image @endsection @push('js') @endpush