@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')
Create Marketplace
@csrf @include('marketplaces.form', ['marketplace' => null])
@endsection @push('scripts') @endpush