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