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

6 lines
91 B
PHP

@extends('layout')
@section('content')
@include("partials.type");
@endsection