Final Change in the position of Add Address Button in Customer Account Section

This commit is contained in:
Akhtar Khan 2020-07-13 18:01:21 +05:30
parent b83b8ee76a
commit 629fd5d60d
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ return [
|
*/
'driver' => env('SCOUT_DRIVER', 'algolia'),
'driver' => env('SCOUT_DRIVER', 'null'),
/*
|--------------------------------------------------------------------------
@ -41,7 +41,7 @@ return [
|
*/
'queue' => env('SCOUT_QUEUE', false),
'queue' => env('SCOUT_QUEUE', true),
/*
|--------------------------------------------------------------------------

View File

@ -10,7 +10,7 @@
<meta name="description" content="{{ $page->meta_description }}" />
<meta name="keywords" content="{{ $page->meta_keywords }}" />
<h1>Hello</h1>
@endsection
@section('content-wrapper')