@extends('layouts.main') @section('page-title') {{ __('Manage Purchase') }} @endsection @section('page-breadcrumb') {{ __('Purchase') }} @endsection @push('scripts') @include('layouts.includes.datatable-js') {{ $dataTable->scripts() }} @endpush @push('css') @if (module_is_active('Signature')) @endif @include('layouts.includes.datatable-css') @endpush @section('page-action')