@extends('layouts.adminapp') @section('content') {{-- Store --}}

Stores

@foreach($Stores as $Store) @endforeach
Store Name Actions
{{$Store->title}} Edit
@csrf @method('delete')
@endsection