@extends('layouts.main') @section('page-title') {{ __('Settings') }} @endsection @section('page-breadcrumb') {{ __('Settings') }} @endsection @push('css') @endpush @section('content')
{!! getSettingMenu() !!}
{{-- {!! getSettings() !!} --}}
@endsection @push('scripts') @endpush