@extends('layouts.app') @section('content')
{{ _lang('Sale Transcation') }} @php /*{{ $contact->contact_name }} ({{$contact->company_name }} ) */@endphp

Type : {{ $SaleTransaction->group->name??'' }} (Total Amount : {{ $SaleTransaction->amount }} USD)


{{ csrf_field() }}
@endsection @section('js-script') @endsection