@extends('layout.container') @section('title', $seo->title) @section('meta_tags', $seo->meta_tags) @section('meta_description', $seo->meta_description) @section('footer_js') @endsection @section('dynamicdata') Services Home Services @foreach($services as $index=>$record) @if(file_exists('uploads/services/'.$record->attachment) && $record->attachment != '') @else @endif {!! $record->heading !!} {!! $record->short_description !!} - Read More @endforeach {!! $services->render() !!} @stop
{!! $record->short_description !!}