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