7 lines
108 B
PHP
7 lines
108 B
PHP
@extends("lucent::layouts.channel")
|
|
|
|
@section("content")
|
|
@include("lucent::records.index")
|
|
@endsection
|
|
|