@extends('admin.layout.master') @section('content') @section('notification', 'active') @section('title', 'Notification')
Sent Notification

@csrf
@error('ad_title') {{ $message }} @enderror
@error('ad_image') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
{{-- Cancel --}}
@endsection