@extends('admin.template.master') @section('title') Active/Inactive Products all Active/Inactive products Home Active/Inactive Products @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif List {{--Status--}} Active Inactive {!! Form::hidden('status', 1, ['id' => 'status']) !!} ID Product Status SKU Created At Actived By Actived Date Action @endsection @section('javascripts') @endsection