@extends('layouts.app') @section('content') @if(count($sliders)>0)
@endif @foreach($custompanels as $cmp)
{!! $cmp->detail !!}
@endforeach @if(count($warasarns) > 0 )
จดหมายข่าว
@foreach($warasarns as $n) @endforeach
@endif
ข่าวประชาสัมพันธ์
@foreach($prachasamphans as $n)
{{$n->name}}
@endforeach
ภาพกิจกรรม
ข่าวจัดซื้อจัดจ้าง
@foreach($purchase_news as $n)
{{$n->name}}
@endforeach
ข่าวสารและประกาศ
@foreach($prakards as $n)
{{$n->name}}
@endforeach
เว็บบอร์ด
@foreach($blogs as $n)
{{$n->topic}}
@endforeach
@endsection @section('style') @endsection