@include('public::notifications')

My Stores

Your awesome text goes here.


{!!Form::open()->method('GET')!!}
{!!Form::text('search')->type('search')->class('form-control')->placeholder('Search for...')->raw()!!}
{!! Form::close()!!}
@foreach($stores as $store) @endforeach
{!! trans('store::store.label.name')!!} {!! trans('store::store.label.code')!!} {!! trans('store::store.label.description')!!} {!! trans('store::store.label.address')!!} {!! trans('store::store.label.city')!!} {!! trans('store::store.label.zipcode')!!} {!! trans('store::store.label.phone')!!} {!! trans('store::store.label.email')!!} {!! trans('store::store.label.stock')!!} {!! trans('store::store.label.status')!!} {!! trans('store::store.label.status')!!} Action
{{ $store->name }} {{ $store->code }} {{ $store->description }} {{ $store->address }} {{ $store->city }} {{ $store->zipcode }} {{ $store->phone }} {{ $store->email }} {{ $store->stock }} {{ $store->status }} {{ $store->status }} View Edit Delete
{{ $stores->links() }}