@extends("admin.admin_app") @section("content")
{{ html()->form('POST', url('/admin/notification_send')) ->attributes(['class' => 'form-horizontal', 'id' => 'settings_form', 'name' => 'settings_form', 'role' => 'form', 'enctype' => 'multipart/form-data'])->open() }}
( {{trans('words.recommended_resolution')}}: 600x293 or 650x317 or 700x342 or 750x366)

{{trans('words.or')}}

(To directly open type post when click on notification)

{{trans('words.or')}}

{{ html()->form()->close() }}
@include("admin.copyright")
@endsection