After all, you have a pretty powerful computer. If you really need to use the card, you may consider upgrading to Windows 7, and installing the required drivers for your card. To make sure that your PC meets the minimum specifications, try accessing the system configuration by pressing the Windows key and R together.
Regards,
Q:
Get two parameters in modal dialog
How to get parameters in modal dialog in laravel?
I have code like this
{{ Form::open(array('url' => route('pages.login'), 'class' => 'form-horizontal', 'id' => 'form-horizontal-login')) }}
{{ lang('email') }}
{{ lang('password') }}
Related links:
Comments