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
2022-05-04 13:04:24 +02:00

10 lines
160 B
PHP

@extends('_layouts.main')
@section('body')
@if ($page->design == '98')
@include('_partials/98')
@else
@include('_partials/default')
@endif
@endsection