@extends('layouts.app') @push('before-css') @endpush @section('content')
Product Management
@if($product)
@foreach($product as $item) @endforeach
# Product Title Product Image    
{{ $item->id }} {{ $item->product_title }}
@endif
@include('layouts.admin.footer')
@endsection @push('js') @endpush