@extends('layouts.uiMaster') @section('title') LT-99 :: จัดการหน้าเว็บ @endsection @section('sub_title') จัดการหน้าเว็บ @endsection @section('content')

จัดการบทความ

@php $i = 0; @endphp @foreach ($faq as $item) @php $i++; @endphp @endforeach
ลำดับ คำถาม คำตอบ จัดการ
{{$i}} {{$item->question}} {{$item->answer}}
@endsection @section('scripts') @endsection