@extends('layouts.admin') @section('content')
{{ __('Invests') }}
@include('includes.admin.form-success')
{{__('Date')}} {{__('Transaction no')}} {{__('Property title')}} {{__('User')}} {{__('Amount')}} {{__('Hold Amount')}} {{__('Profit Amount')}} {{__('Status')}} {{__('Actions')}}
@endsection @section('scripts') @endsection