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