{!! Form::label('العنوان الفرعي', 'العنوان الفرعي:') !!}
{!! Form::text('sub_title', null, ['class' => 'form-control']) !!}
{!! Form::label('العنوان الرئيسي', 'العنوان الرئيسي:') !!}
{!! Form::text('title', null, ['class' => 'form-control']) !!}
{!! Form::label('الوصف', 'الوصف:') !!}
{!! Form::textarea('description', null, ['class' => 'form-control']) !!}
{!! Form::label('رابط الفيديو ', 'رابط الفيديو :') !!}
{!! Form::text('video_url', null, ['class' => 'form-control']) !!}
{!! Form::label('نص الزر', 'نص الزر:') !!}
{!! Form::text('button_text', null, ['class' => 'form-control']) !!}
{!! Form::label('رابط الزر', 'رابط الزر:') !!}
{!! Form::text('button_url', null, ['class' => 'form-control']) !!}
{!! Form::label('كلمة رئيس مجلس الإدارة', 'كلمة رئيس مجلس الإدارة:') !!}
{!! Form::textarea('word', null, ['class' => 'form-control']) !!}