@extends('backend.template.index') @section('title', 'Pengaturan ' . subdomain()) @push('css-after') {{-- --}} @endpush @push('script-after') {{-- --}} @endpush @section('content')

Informasi Kantor

@csrf
{!! $office->map !!}
Tutorial Input Map

Tema

@csrf

Popup Halaman Utama

@csrf @if (@$office->popup) @method('PATCH') @endif
@endsection