@extends('layouts.app') @section('css') {{-- css --}} @endsection @section('title', 'Product Management') @section('breadcrumb') @endsection @section('content')
Product Management
@if(Session::has('success_msg')) @endif @if(Session::has('error_msg')) @endif
Product Name Comment Currency Vat Unit Price unit Entitlement Actions
Product Name Comment Currency Vat Unit Price unit Entitlement
@endsection @section('js') {{-- js --}} {{--End js --}} @endsection