@extends('app')
@section('content')
| ความคิดเห็นที่ |
ชื่อ - สกุล |
คำถาม: |
ตอบ: |
ดำเนินการ |
@foreach($blog as $data)
| {{ ++$i}} |
{{$data->name}} |
{{$data->question}} |
{{$data->answer}} |
ลบ
ตอบ
|
@endforeach
@endsection
@section('script')
@section('style')
@endsection