@extends('layouts.master') @section('title', $project->name ? $project->name : getSetting('site_name')) @push('css') @endpush @section('content')
Project Image

{{ __('messages.ABOUT') }}

{{ __('messages.THE PROJECT') }}

{!! $project->desc !!}

@if ($project->project_images) @foreach ($project->project_images as $image)
Project Image
@endforeach @endif
@if ($nextProject)

{{ __('messages.NEXT PROJECT') }}

{{ $nextProject->name }}

@else

{{ __('messages.nodata') }}

@endif
@include('layouts.cta') @endsection @push('js') @endpush