@extends('website.layouts.app') @section('title') {{ __('settings') }} @endsection @section('main')
{{-- Sidebar --}}
{{ __('settings') }}
@csrf @method('PUT')
{{ __('logo_banner_image') }}
{{-- Google map key wrong warning --}}
@csrf @method('put')
@endsection @section('css') @include('map::links') @endsection @section('script') {{-- Leaflet --}} @include('map::set-edit-leafletmap', ['lat' => $user->company->lat, 'long' => $user->company->long]) @if ($setting->default_map == 'map-box') @include('map::scripts') @else @endif @endsection