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

{{ $message }}

@enderror
@error('redirect_link')

{{ $message }}

@enderror
بازگشت
@endsection