@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')
Current Image
@error('picture_file')

{{ $message }}

@enderror
@error('redirect_link')

{{ $message }}

@enderror
بازگشت
@endsection