@extends('layouts.master') @section('title', 'Agro Pro - Storage House') @section('content')
Storage House
ALL STORAGE HOUSE {{ $stores->count() }}
@foreach($stores as $store) {{$store->store_name}} {{$store->store_address}} @endforeach
@csrf
@csrf
@endsection @section('footer-links') @endsection