@extends('layouts.app') @push('styles') @endpush @section('content')
@if (in_array('projects', user_modules())) @endif @if (in_array('tickets', user_modules())) @endif @if (in_array('contracts', user_modules())) @endif @if (in_array('invoices', user_modules())) @endif
@if (in_array('projects', user_modules()))
@endif @if (in_array('projects', user_modules()))
# @lang('modules.projects.milestoneTitle') @lang('modules.projects.milestoneCost') @lang('app.project') @forelse($pendingMilestone as $key=>$item) {{ $key + 1 }} {{ ucfirst($item->milestone_title) }} @if (!is_null($item->currency_id)) {{ $item->currency->currency_symbol . $item->cost }} @else {{ $item->cost }} @endif {{ $item->project->project_name }} @empty @endforelse
@endif
@endsection @push('scripts') @endpush