Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
130 B
PHP
Raw Permalink Normal View History

@extends('layouts.librenmsv1')
@section('title', $title)
2023-10-29 22:45:23 -05:00
@section('content')
2024-08-15 15:26:47 -05:00
@include($content_view, $settings)
2023-10-29 22:45:23 -05:00
@endsection