my-website/resources/views/nonotype.blade.php

6 lines
91 B
PHP
Raw Normal View History

2024-02-19 14:45:41 +02:00
@extends('layout')
@section('content')
@include("partials.type");
@endsection