@extends('themes.basic.business.layouts.app') @section('container', 'dashboard-container-md') @section('title', d_trans('Settings')) @section('header_title', d_trans('Business Settings')) @section('breadcrumbs', Breadcrumbs::render('business.settings')) @section('hide_alerts', true) @section('content')

@csrf
{{ d_trans('Add relevant tags to help improve search visibility and make it easier for people to find your business quickly') }}

@csrf
{{ $currentBusiness->trans->name }}
{{ d_trans('Supported types: JPEG, JPG, and PNG. Image dimensions must 512x512 pixels and not exceed 2MB.') }}

@csrf

@csrf
@if (authBusinessOwner()->isSuperAdminOfCurrentBusiness())

{{ d_trans('After deleting your business, you will lose all your reviews and settings and will not be able to restore them') }}

@csrf
@endif
@push('scripts_libs') @endpush @push('scripts') @if (session('accordion_id')) @endif @endpush @endsection