@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('notification_texts.index'), 'name' => "نصوص الاشعارات"],['name'=> 'اضافة نص اشعار ']],['title' => 'اضافة نص اشعار ']]; @endphp @section('title', 'اضافة نص اشعار ') @section('vendor-style') @endsection @section('page-style') @endsection @section('content') @component('components.forms.formCard',['title' => sprintf('اضافة نص اشعار ')]) @if($errors->any()) @endif {{ Form::open(['route' => 'notification_texts.store','method'=> 'POST' , 'class' => 'row','id' => 'adminform' , 'onsubmit' => 'showLoader()']) }} معلومات نص الاشعار

تعليمات: اذا اردت ان تترك مكان لقيمة متغيرة فيمكنك من خلال اضافة @ ثم اسم المتغير من خلال القائمة الخاصة بالحدث

@error('event_id') {{ $message }} @enderror
@error('channel') {{ $message }} @enderror
@error('sms_text') {{ $message }} @enderror
@error('email_text') {{ $message }} @enderror
@error('internal_text') {{ $message }} @enderror
مفعل
حفظ عودة
{!! Form::close() !!} @endcomponent @endsection @section('vendor-script') @endsection @section('page-script') @endsection