@extends('frontend.layouts.app') @section('title') {{ __('settings') }} @endsection @section('main')
{{-- Sidebar --}}
{{ __('settings') }}
@csrf @method('PUT')
{{ __('logo_banner_image') }}
{{-- Google map key wrong warning --}}
@csrf @method('put')
@csrf @method('put')

@endsection @section('css') @include('map::links') @endsection @section('script') @livewireScripts @stack('js') {{-- Leaflet --}} @include('map::set-edit-leafletmap', ['lat' => $user->company->lat, 'long' => $user->company->long]) @if ($setting->default_map == 'google-map') @endif @endsection