@extends('layouts.app') @php $mainClass = 'lg:w-[80%] w-full flex flex-col bg-[#f7f7f7]' @endphp @section('title', 'ویرایش بک لینک | نیکس فایل') @section('aside-content') @endsection @section('content')

فرم ویرایش بک‌لینک

@csrf @method('PUT')
@error('text')

{{ $message }}

@enderror
@error('link')

{{ $message }}

@enderror
بازگشت
@endsection