@extends('Admin.Layouts.Dashboard') @section('content')

{{$page_title}}

@foreach($investments as $investment) @endforeach
# نوع الاستثمار الشركة القيمة العقد اجراءات
{{pad_code($investment->id)}} {{$investment->investment_type}} {{$investment->company->name}} {{$investment->amount}}
@csrf @method('delete')
@endsection @section('scripts') @endsection