@extends('admin.app') @section('content')
{{ Breadcrumbs::render('push-notification/add') }}

{{ __('push_notification.push_notification') }}

@csrf
@if (auth()->user()->myrole != App\Enums\UserRole::RESTAURANTOWNER)
@error('restaturant_id') {{ $message }} @enderror @else @endif
@error('title') {{ $message }} @enderror
@error('customer_id') {{ $message }} @enderror
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@error('description') {{ $message }} @enderror
@endsection @push('js') @endpush