@extends('layouts.app') @section('content')
Edit Category
    @foreach($stores as $store)
  • iteration >= 15 ? 'class=store_list style=display:none':''}} >{{$store->name}}
  • @endforeach
Show More
@csrf
@endsection