@extends('template.app') @section('title', 'Toko') @section('css') @endsection @section('breadcrumb') @endsection @section('content')
@include('components.toast-notification')
@foreach($stores as $store) @endforeach
Nama Toko Email No. Telpon Alamat Logo Aksi
{{ $store->store_name }} {{ $store->email }} {{ $store->phone }} {{ $store->address }} @if($store->logo) Logo Toko @else No Logo @endif
@endsection @section('js') @endsection