5 lines
103 B
PHP
5 lines
103 B
PHP
@extends('architect::layouts.app')
|
|
|
|
@section('main-content')
|
|
@include('frames.'.$subframe)
|
|
@endsection |