@extends('layouts.front.app') @section('meta') Projects | {{ env('APP_NAME') }} @stop @section('css') @endsection @section('content')

Projects

  • Projects Details

    @foreach ($complete as $project) @if ($project->status && $project->client_id == $client->id)

    {{$project->title}}

    {!!$project->content!!}
    @if ($project->operating_unit)
    Operating Unit:

    {{$project->operating_unit}}

    @endif @if ($project->area)
    Project:

    {{$project->project}}

    @endif @if ($project->project)
    Area:

    {{$project->area}}

    @endif @if ($project->projworkect)
    Work:

    {{$project->work}}

    @endif @if ($project->division)
    Division:

    {{$project->division}}

    @endif {{-- @if ($project->man_hours)
    Actual Man-hours:

    {{$project->man_hours}}

    @endif --}}

    @endif @endforeach
    '> {{$client->name}}
  • @endif @endforeach @endforeach {{--
  • Quanta Telecom Services
  • Northern Powerline Constructors, Inc.
  • Valard Telecommunications
  • Dashiell-Raleigh
  • Quanta Pipeline and Services Engineering
  • Underground Construction Company
  • Performance Engineering Services
  • --}}
    '>

    {{$client->name}}

    @endif @endforeach @endforeach

    Completed Projects

    @foreach ($clients as $client) @foreach ($completes as $client_id => $complete) @if ($client_id == $client->id && count($complete) != 0)

    Projects Details

    @foreach ($complete as $project) @if ($project->status && $project->client_id == $client->id) {{-- @php print_r($project); @endphp --}}

    {{$project->title}}

    {!!$project->content!!}
    @if ($project->operating_unit)
    Operating Unit:

    {{$project->operating_unit}}

    @endif @if ($project->area)
    Project:

    {{$project->project}}

    @endif @if ($project->project)
    Area:

    {{$project->area}}

    @endif @if ($project->projworkect)
    Work:

    {{$project->work}}

    @endif @if ($project->division)
    Division:

    {{$project->division}}

    @endif {{-- @if ($project->man_hours)
    Actual Man-hours:

    {{$project->man_hours}}

    @endif --}}

    @endif @endforeach
    '>

    {{$client->name}}

    @endif @endforeach @endforeach @endsection @section('js') @endsection