mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-25 11:42:48 +01:00
8 lines
109 B
PHP
8 lines
109 B
PHP
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
|
|
@include('models.links.partials.create-form')
|
|
|
|
@endsection
|