6 lines
91 B
PHP
6 lines
91 B
PHP
|
@extends('layout')
|
||
|
@section('content')
|
||
|
|
||
|
@include("partials.type");
|
||
|
|
||
|
@endsection
|