@extends('backend.layouts.app') @section('title') Add New Link @endsection @push('style') @endpush @section('content')
Add New Link
@csrf
@error('link_name') {{ $message }} @enderror
@error('link_url') {{ $message }} @enderror
@endsection @push('script') @endpush