@extends('cusapp_custom')
@section('content')
CONTENT IS UPDATING
CANDLE ART AROMA CANDLES, ART CANDLES, CANDLES, FLOWER CANDLES, THAI
เว็บบอร์ด
@foreach($blog as $data)
ความคิดเห็นที่ {{++$i}}
ชื่อ - สกุล :{{$data->name}}
คำถาม:{{$data->question}}
ตอบคำถาม:{{$data->answer}}
@endforeach
@endsection
@section('script')
@section('style')
@endsection