@extends('layouts.admin') @section('title', 'All Package') @section('action') @endsection @section('content')
{!! $dataTable->table() !!}
@endsection @push('scripts') {!! $dataTable->scripts() !!} @endpush