@extends('frontend::layouts.master') @section('styles') @endsection @section('content')
Project Hero
{{ $project['categories'][0]['name'] ?? '' }}

{{ $project['name'] ?? '' }}

{{ $project['name'] ?? '' }}

{{ $project['desc'] ?? '' }}

@if (!empty($project['location']))
{{ __('frontend::lang.project.location') }}

{{ $project['location'] ?? '-' }}

@endif @if (!empty($project['period']))
{{ __('frontend::lang.project.period') }}

{{ $project['period'] ?? '-' }}

@endif @if (!empty($project['budget']))
{{ __('frontend::lang.project.budget') }}

{{ $project['budget'] ?? '-' }}

@endif @if (!empty($project['year']))
{{ __('frontend::lang.project.year') }}

{{ $project['year'] ?? '-' }}

@endif @if (!empty($project['status_work']))
{{ __('frontend::lang.project.status') }}

{{ __('frontend::lang.project.status_work_option.' . $project['status_work']) ?? '' }}

@endif
@if (!empty($project['detail']))

{{ __('frontend::lang.project.about_project') }}

{!! $project['detail'] ?? '' !!}
@endif
@if (!empty($project['video'][0]))
@foreach ($project['video'] as $v)
Project Media
@endforeach
@endif
@php $count = !empty($project['gallery']) ? count($project['gallery']) : 0; $i = 0; @endphp @if ($count > 0) @endif @endsection @section('scripts') @endsection