@extends('layouts.app') @push('before-css') @endpush @section('content')

Store

Add Products

@foreach($store as $item) @endforeach
# CategoryNameSlug Actions
{{ $loop->iteration or $item->id }} {{ $item->category }}{{ $item->name }}{{ $item->slug }}
{{ method_field('DELETE') }} {{ csrf_field() }}
{!! $store->appends(['search' => Request::get('search')])->render() !!}
@include('layouts.admin.footer')
@endsection @push('js') @endpush