@extends('layouts.admin') @section('title', 'Product | Mintavia Admin') @section('content')
@if (session('message')) @endif

Product List (Secondary List)

{!! $dataTable->table() !!}
@endsection @section('plugins.Toastr', true) @section('js') {{ $dataTable->scripts() }} @endsection