@extends('accounting::layouts.transactions_layout')
@section('tab-title')
{{ trans_choice('accounting::general.purchase', 2) }}
@endsection
@section('tab-content')
@can('product.view')
@component('accounting::components.box')
@slot('title')
{{ trans_choice('accounting::general.purchase', 2) }}
@endslot
@slot('header')
@endslot
@slot('body')
{{ trans_choice('accounting::lang.name', 1) }}
|
{{ trans_choice('accounting::lang.action', 1) }} |
@if (!empty($data))
@foreach ($data as $key)
{{ $key->name }}
|
|
@endforeach
@endif
@endslot
@endcomponent
@endcan
@endsection
@section('tab-javascript')
@endsection