JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{{ Form::open(['url' => route('social.store'),'class' => 'needs-validation', 'novalidate']) }}
{{ Form::label('Social Media Name', __('Social Media Name'), ['class' => 'form-control-label']) }} {{ Form::text('social_name', null, ['class' => 'form-control mt-2','required'=>'required']) }} @error('app_name') {{ $message }} @enderror
{{ Form::label('Select Themes', __('Select Themes'), ['class' => 'form-control-label']) }}
{{ Form::hidden('theme', null, ['id' => 'themefile1']) }} @foreach (Modules\SocialMedia\Entities\SocialMediaQr::themeSocialMedia() as $key => $v)
{{ __('Modern Theme') }}
{{ __('Select Sub-Color:') }}
@foreach ($v as $css => $val) @endforeach
@endforeach