@lang('dashboard_sidebar.projects')

@include('dashboard.components.errors') @if (session()->has('message'))

{{ session()->get('message') }}

@endif

@lang('dashboard_projects.fast_operation')

@lang('buttons.add') @lang('dashboard_projects.project')

@lang('dashboard_projects.add_new_project')

@csrf

@lang('dashboard_projects.filter')

@lang('dashboard_projects.projects')

@lang('dashboard_projects.manage_projects')

{{-- --}} @foreach ($projects as $index => $project) @endforeach
@lang('dashboard_projects.project_name') Revenue Spent @lang('dashboard_banks.spent') Profit Value @lang('dashboard_projects.client') @lang('dashboard_projects.status') @lang('buttons.process')
{{ $project->name }} {{ $project->revenue }} {{ $project->spent }} {{ $project->revenue - $project->spent}} {{ $project->client->name }} @lang('dashboard_projects.'.$project->status)
@endsection