@extends('admin.template.master') @section('title')

TR Products

@endsection @section('stylesheets') @endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif

SL ProductID Title Brand Category Barcode Availability Date Action
@endsection @section('javascripts') @endsection