@extends('web_layouts.layout') {{-- title --}} @section('title',$metaDetails->meta_title) @section('meta_description',$metaDetails->meta_description) @section('meta_keywords',$metaDetails->meta_keyword) @section('meta_name',$metaDetails->meta_name) @section('meta_tag',$metaDetails->meta_tag) @section('content')
{{$metaDetails->name}}
@if(isset($cmssections) && !empty($cmssections)) @foreach($cmssections as $row)
{{$row['title']}}
@endforeach @else @endif
@endsection