Files
lucent-laravel/front/views/records/list.blade.php
T
2024-10-01 22:31:07 +03:00

8 lines
109 B
PHP

@extends("lucent::layouts.channel")
@section("content")
@include("lucent::records.index")
@endsection