@extends('layouts.main') @section('container')
Edit Info Laporan Sales @if ($store->is_approve == 1) Produk/Mobil @endif

Iklan

Total Produk {{$aggregat->overall}}
Approved {{$aggregat->approved}}
Waiting {{$aggregat->waiting}}

Aktivitas

Status {{ $store->status_text }}
Remark {{ $store->remark }}
@if ($store->is_approve != 1)
@csrf
@endif @if ($store->is_member != 1 & $store->is_approve == 1)
@csrf
@endif

Informasi Detail

Akun Bank

Lokasi

Foto KTP Pemilik

[Foto KTP Pemilik Showroom]

Foto Showroom

@foreach ($store->foto_showroom as $file)
[Foto Showroom]
@endforeach {{-- @for ($i = 0; $i < 8; $i++) @endfor --}}

Dokumen Showroom

@foreach ($store->document_showroom as $file)
{{ $file->filename }}
@endforeach
@endsection @section('javascript') @endsection