Final Change in the position of Add Address Button in Customer Account Section
This commit is contained in:
parent
b83b8ee76a
commit
629fd5d60d
|
|
@ -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),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
<meta name="description" content="{{ $page->meta_description }}" />
|
<meta name="description" content="{{ $page->meta_description }}" />
|
||||||
|
|
||||||
<meta name="keywords" content="{{ $page->meta_keywords }}" />
|
<meta name="keywords" content="{{ $page->meta_keywords }}" />
|
||||||
<h1>Hello</h1>
|
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('content-wrapper')
|
@section('content-wrapper')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue