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

{{ $message }}

@enderror
@error('banner_redirect_link')

{{ $message }}

@enderror
بازگشت
@endsection