@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("payment-terms-condition")}}

@endsection @section("content")
{{__('create-cond')}}
@foreach($condition as $key => $cond) @endforeach
# {{__("description")}} {{__("control")}}
{{++$key}} {{$cond->desc}} id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$cond->id}}" style="display: none" data-swal-title="{{__("delete-cond")}}" data-swal-text="{{__("are-you-sure-to-delete-this-Condition?")}}" data-yes="{{__("yes")}}" data-no="{{__("no")}}" data-success-msg="{{__("the-client-has-been-deleted-successfully")}}">@csrf @method("delete")
@endsection @section("scripts") @endsection