{{--synced with server--}} @extends('admin.template.master') @section('title') Product Home Product @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif Product List with points ID Name Inv Code Point Item Type Brand Category Price Status Updated At Updated By Action @endsection @section('javascripts') @endsection