@extends('backend.layouts.app') @section('title', $data['p_heading']) @section('content')
{{ $data['p_heading'] }}
@if(sizeof($data['settings']) > 0)

{{ $data['p_description'] }}

@foreach($data['settings'] as $setting) @endforeach
{{ $setting->name }}: {{ $setting->key_value }}
Click here to see the sitemap
@else Sorry!, no settings found. @endif
@stop