@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

@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"> rating==4)checked @endif type="radio" name="rating" value="4" id="4"> rating==3)checked @endif type="radio" name="rating" value="3" id="3"> rating==2)checked @endif type="radio" name="rating" value="2" id="2"> rating==1)checked @endif type="radio" name="rating" value="1" id="1">
@error('review') {{$message}} @enderror
@endsection @push('js') @endpush