@extends('layouts.main') @section('title') QuickLink Create @endsection @section('content')
@csrf @include('quickLink.partials.form')
 Cancel
@endsection