@extends('layouts.app') @section('content') {{-- @include('components.sidebar') --}} {{-- @include('components.profile') --}} @if ($errors->any()) @include('components.error-modal-second') @elseif (session('success')) @include('components.success-modal') @elseif(session('error')) @include('components.error-modal') @endif
@csrf rate == '5' ? 'checked' : '' }}>5
rate == '4' ? 'checked' : '' }}>4
rate == '3' ? 'checked' : '' }}>3
rate == '2' ? 'checked' : '' }}>2
rate == '1' ? 'checked' : '' }}>1


@endsection