Files
lucent-laravel/front/views/records/list.blade.php
T
2024-10-02 18:58:30 +03:00

7 lines
108 B
PHP

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