Files
lucent-laravel/front/views/records/list.blade.php
T

8 lines
109 B
PHP
Raw Normal View History

2024-10-01 22:31:07 +03:00
@extends("lucent::layouts.channel")
@section("content")
@include("lucent::records.index")
@endsection