File "pages.blade.php"
Full Path: /home/trinadezambia/public_html/gambling/resources/views/templates/basic/pages.blade.php
File size: 231 bytes
MIME-type: text/plain
Charset: utf-8
@extends('Template::layouts.frontend')
@section('content')
@if ($sections != null)
@foreach (json_decode($sections) as $sec)
@include('Template::sections.' . $sec)
@endforeach
@endif
@endsection