@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
{{-- Section : Banner Slide --}} @if (!empty($data['banner'])) @endif
{!! !empty($data['about']['content']) ? $data['about']['content'] : "" !!}

@lang('frontend::lang.index_1')

@if (!empty($data['category'])) @foreach ($data['category'] as $category)
@if (!empty($category['image']))
Alternate Text
@endif

{{ !empty($category['name']) ? $category['name'] : '' }}

@endforeach @endif

@lang('frontend::lang.index_2')

@if (!empty($data['news_index'])) @foreach ($data['news_index'] as $news)
@if (!empty($news['image'])) Alternate Text @endif
@endforeach @endif
@endsection @section('script') @endsection