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

{{$page_title}}

@if($investments->count())
@foreach($investments as $investment) @endforeach
# نوع الاستثمار الشركة القيمة العقد اجراءات
{{pad_code($investment->id)}} {{$investment->investment_type}} {{$investment->company->name}} {{$investment->amount}}
@csrf @method('delete')
@else @include('Admin.Layouts.Partials._empty') @endif
@endsection @push('scripts') @endpush