@extends('adminlte::page') @section('title', $pageTitle) @section('content_header')

{{ $pageTitle }}

@stop @section('content')
Your settings have changed:
  • @{{attr}}
Please save to update your index.
@{{item.message}}
@include('settings.algolia.partials.tabs.rankings')
@include('settings.algolia.partials.tabs.synonyms')
@include('settings.algolia.partials.tabs.display')
@include('settings.algolia.partials.tabs.replicas')
@include('settings.algolia.partials.tabs.frontend')
@stop @section('js') @stop @section('css') @stop