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

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

{{__("create-cond")}}

@endsection @section("content")
@csrf

{{__("create-cond")}}

@error("desc")
{{$message}}
@enderror

@endsection