@extends('layouts.main') @section('page-title') {{ __('Manage Purchase') }} @endsection @section('page-breadcrumb') {{ __('Purchase') }} @endsection @push('scripts') @endpush @section('page-action')
{{ __('Click here to add New Purchase') }}