@extends('layouts.app') @section('content')
Stores
@foreach($stores as $store) @endforeach
ID Name Location Classification Created at Action
{{ $store->id }} {{ $store->name }} {{ $store->location }} {{ $store->classification }} {{ $store->created_at }}
@csrf @method('DELETE')
@if(session('success')) @endif @if ($errors->any()) @endif @endsection