@extends('layouts.admin') @section('content')
{{ __('Invest Property') }}
@include('includes.admin.form-success')
{{ __('Featured Image') }} {{ __('Title') }} {{ __('Price') }} {{ __('Invest Amount') }} {{ __('Min Amount') }} {{ __('Max Amount') }} {{ __('Type') }} {{ __('Status') }} {{ __('Options') }}
@includeIf('partials.admin.status') @endsection @section('scripts') @endsection