@extends('template.desktop.app') @section('content')

Toko Online

@foreach ($marketPlaces as $marketPlace) @endforeach
Nama Icon Aksi
{{ $marketPlace->name }} @if ($marketPlace->icon) @endif
@csrf @method('DELETE')
Tambah Toko Online
@csrf
Kosongkan jika tidak ingin mengubah icon.
@endsection @push('scripts') @endpush