@extends('layouts.app')
@section('title', 'Packages')
@section('content')
@component('components.widget', ['class' => 'box-primary', 'title' => 'All Packages'])
@slot('tool')
@endslot
| Name |
Customer |
Products in Package |
Remaining Products |
@lang( 'messages.action' ) |
@endcomponent
@endsection
@section('javascript')
@endsection