@extends('layouts.admin') @section('title', 'Purchase | Mintavia Admin') @section('content')

Purchase Challan List

{!! $dataTable->table() !!}
@endsection @section('plugins.Toastr', true) @section('js') {{$dataTable->scripts()}} @endsection