@extends('layouts.backoffice.index', ['title' => 'Tentang Kami']) @section('main')
Tentang Kami {{ session('warning') }}
@csrf
@if (!empty($profile->office_photo))
@endif
office_photo) ? '' : 'required' }}>

Klik atau tarik foto ke sini

Format: jpg, png, jpeg
Ukuran yang direkomendasikan 1920 x 1080 px atau gambar dengan format landscape
@if (!empty($profile->distribution_photo))
@endif
distribution_photo) ? '' : 'required' }}>

Klik atau tarik foto ke sini

Format: jpg, png, jpeg
Ukuran yang direkomendasikan 1920 x 1080 px atau gambar dengan format landscape
@php $oh = old('operational_hours', $operational_hours ?? []); @endphp @if (count($oh) > 0) @foreach ($oh as $idx => $row)
@endforeach @else
@endif
@php $slist = old('socials', $socials ?? []); @endphp @if (count($slist) > 0) @foreach ($slist as $i => $s)
@endforeach @else
@endif
@php $l = old('legality',$legality ?? []); @endphp @if (count($legality) > 0) @foreach ($legality as $j => $doc)
@endforeach @else
@endif

Catatan :

Masukan dengan tanda bintang merah ( * ) wajib diisi / dipilih

{{-- Buang Perubahan --}}
@endsection @push('styles') @endpush @push('scripts') {{-- CKEDITOR --}} @endpush