@extends('layouts.admin') @section('pageTitle', 'ویرایش اعلان') @section('content')

ویرایش اعلان

اطلاعات اعلان را ویرایش کنید

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

{{ $message }}

@enderror
@error('message')

{{ $message }}

@enderror
@error('type')

{{ $message }}

@enderror

وضعیت: @if($notification->is_sent) این اعلان ارسال‌شده است. @else این اعلان هنوز ارسال نشده است. پس از ذخیره می‌توانید آن را ارسال کنید. @endif

انصراف
@endsection