{{__('Help')}}
@php $route = \Request::route()->getName(); $row = (array) DB::table('help')->where('route', $route)->first(); if(empty($row)){ DB::table('help')->insert(['route' => $route]); } @endphp {!! isset($row['content_'.\Config::get('app.locale')]) ? base64_decode($row['content_'.\Config::get('app.locale')]) : '

'.__('No details for this page').'

' !!}

{{__('Support')}}

contact@alnakhlawy.com