@extends('dashboard.layouts.master') @section('content')

{{__('admin.Add Quick link')}}

@csrf
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
{{--
--}} {{----}} {{--
--}} {{----}} {{--@if ($errors->has('link'))--}} {{----}} {{--{{ $errors->first('link') }}--}} {{----}} {{--@endif--}} {{--
--}} {{--
--}}
{{----}}
@endsection