@extends('layouts.app') @section('title') Create Link @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content')
@csrf @include('link.partials.form')
@endsection