@extends('template.app') @section('title', 'Buat Retur Pembelian') @section('css') @endsection @section('breadcrumb') @endsection @section('content')
@include('components.toast-notification')
@csrf
@foreach($purchase_transactions_id as $key => $value) @endforeach
@endsection @section('js') @endsection