@extends("template.layouts.simple.master") @section('content')
@include("master.notification")
@csrf
Create New
@foreach($details as $s) @endforeach
Sno Name Rating Description Active / In-Active Position Wise Questions Common Questions Action
{{$loop->iteration}}. {{$s->remark_nam}} {{$s->rating}} {{$s->description}} @if($s->status == 1)
Active
@else
In-Active
@endif
common_status == 1) checked @endif style="width: 25px">
$s->id])}}">
@endsection {{--@include("")--}} @section("scripts") @include("master.notification_show_hide") @endsection