@extends('layouts/contentNavbarLayout') @section('title', 'طرح ها') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content') @include('components.errors')

طرح‌های اعتباری / لیست

تراکنش ها
@foreach($plans as $plan) {{-- --}} @endforeach
# کد نام گردش حساب مورد نیاز مقدار بدهی ایجاد شده در
{{ $plan->id }} {{ $plan->code }} {{ $plan->title }} {{ number_format($plan->amount) }} {{ number_format($plan->debt_ceiling) }} {{ $plan->created_at }}--}} {{-- --}} {{--
{{-- --}} @endsection