@extends('layouts.app') @section('title', 'Purchases') @section('third_party_stylesheets') @endsection @section('breadcrumb') @endsection @section('content')

Purchases

{{ $dataTable->table() }}
@endsection @push('scripts') {{ $dataTable->scripts() }} @endpush