@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("All Service General Question")}}
{{__("ID")}} | --}}{{__("Serial Number")}} | {{__("Text")}} | {{__("Control")}} |
---|---|---|---|
{{$question->id}} | --}}{{$serial_number++}} | {{$question->text}} | @if($question->has_form) id)}}" class="btn btn-primary"> {{__("Control Form")}} @endif id)}}" class="btn btn-success edit"> {{__("Edit")}} {{__("Delete")}} |