@extends('layouts.app') @section('title', 'Master Products') @section('page-specific-style') @endsection @section('content')

Products

@can('Create product') @endcan
@include('includes.alerts') @include('includes.errors')
ID Name Carrier Status Actions
@endsection @section('page-specific-script') @endsection