{!! Form::label('الصورة', 'الصورة:') !!}
{!! Form::file('image', ['class' => 'custom-file-input']) !!} {!! Form::label('image', 'Choose file', ['class' => 'custom-file-label']) !!}
{!! 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']) !!}
{!! Form::label('صورة كلمة رئيس مجلس الإدارة', 'صورة كلمة رئيس مجلس الإدارة:') !!}
{!! Form::file('image_word', ['class' => 'custom-file-input']) !!} {!! Form::label('image_word', 'Choose file', ['class' => 'custom-file-label']) !!}