@php $links = [ [ 'url'=> url('/admin/dashboard'), 'title' =>'Click to RepairBox\'s Admin Area' ], [ 'url'=> url('/workshop'), 'title' =>'Click to RepairBox\'s workshop Area' ], [ 'url'=> url('/'), 'title' =>'View Ready made portfolio' ], [ 'url'=> url('https://codehas.gitbook.io/repair-box/'), 'title' =>'Read RepairBox\'s Documentation' ], ]; $faqs=[ [ 'question' => 'if you have already a website or webpage or even made in WordPress for your business, how can use the repair box?', 'answer' => 'Yes, it can be used go to : https://codehas.gitbook.io/repair-box/faq#i-have-already-a-website-how-can-use-the-repair-box' ], [ 'question' => 'What is Workflow of repair box?', 'answer' => 'Yes, it can be used go to : https://codehas.gitbook.io/repair-box/faq#what-is-a-repair-boxs-workflow' ], [ 'question' => 'Looking for all features ?', 'answer' => 'Go to : https://codehas.gitbook.io/repair-box/get-started/features' ], [ 'question' => 'Looking for Version Change logs ?', 'answer' => 'Go to : https://codehas.gitbook.io/repair-box/get-started/change-log' ], [ 'question' => 'Where can get sample CSV files for import batch resource entries?', 'answer' => 'Go to : https://codehas.gitbook.io/repair-box/faq#where-can-get-sample-csv-files-for-import-batch-resource-entries' ], [ 'question' => 'How to frontend portfolio can be customized?', 'answer' => 'Read at: https://codehas.gitbook.io/repair-box/faq#how-to-frontend-portfolio-can-be-customized' ], [ 'question' => 'How to configured SMS sending gateways?', 'answer' => 'Read at: https://codehas.gitbook.io/repair-box/faq#how-to-configured-sms-sending-gateways' ], [ 'question' => 'How to configure payment gateways?', 'answer' => 'Read at: https://codehas.gitbook.io/repair-box/faq#how-to-configure-payment-gateways' ] ]; @endphp Demo {{config('app.name')}}

Welcome to demo for {{config('app.name')}} ({{config('app.version')}}v)

Frequently Asked Questions

The most common questions about the RepairBox.

@foreach($faqs as $faq)
{{$faq['question']}}

{!!$faq['answer']!!}

@endforeach