@extends('st::layouts.app') @section('head')
@endsection @section('content')
Product list
{{ csrf_field() }}
Product ID
Product Name
Group1 Name
Group2 Name
Edit
View
Delete
@endsection @section('script') @endsection