@extends('layouts.app.master') @section('title', 'Product Model') @section('content')

Manage Product Model

@include('layouts.app.alerts')
@foreach($model as $item) @endforeach
S.No Product Model Image ACTION
{{$item->id }} {{$item->product_model}}
@endsection