@extends('layouts.admin') @section('page_title', $link->exists ? ($isRtl ? 'تعديل رابط' : 'Edit Link') : ($isRtl ? 'إضافة رابط' : 'Add Link')) @section('content')
@csrf @if($link->exists) @method('PUT') @endif
@error('url')
{{ $message }}
@enderror
{{ $isRtl ? 'إلغاء' : 'Cancel' }}
@endsection