@extends('layouts.app_layout') @section('content') @php $addRoute = route('quick-links.create'); @endphp @can('add quick link') @php $button = ' Add New'; @endphp @endcan
@endsection @section('pages-scripts') @endsection