@extends('front.app') @section('content') {{ trans('module.create_notification_title') }} @csrf {{ trans('module.create_notification_field_1') }} {{ trans('module.create_notification_field_2') }} {{ trans('module.create_notification_field_3') }} @foreach($problemType as $type) {{$type->name}} @endforeach {{ trans('module.create_notification_field_4') }} {{ trans('module.create_notification_field_5') }} {{ trans('module.create_notification_field_6') }} {{ trans('module.create_notification_field_7') }} @endsection @push('scripts') @endpush