@extends('layouts.admin.app') @section('title', __('trans.notification.title')) @section('content')
{{ __('trans.notification.send_notification') }}
@csrf
@if (!empty(old('img', '/admin/img/doctorito-logo.png'))) @endif
@endsection @section('js') @endsection