@extends('site_app') @section('head_title', $home_section->section_name.' | '.getcong('site_name') ) @section('head_url', Request::url()) @section('content')
@foreach(explode(",",$home_section->show_ids) as $show_data) @endforeach
@endsection