This repository has been archived on 2022-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
socialtree-jigsaw/source/index.blade.php

10 lines
160 B
PHP
Raw Normal View History

2022-04-29 14:25:15 +01:00
@extends('_layouts.main')
@section('body')
2022-05-04 12:04:24 +01:00
@if ($page->design == '98')
@include('_partials/98')
@else
@include('_partials/default')
@endif
2022-04-29 14:25:15 +01:00
@endsection