@extends('layouts.app')
@push('end-of-head')
@endpush
@section('content')
{{__('projects.title')}}
{{__('projects.title_2')}}
@if(isset($project->gallery))
@foreach($project->gallery->images as $image)
@endforeach
@else
@endif()
{!! $project->content !!}
@endsection
@push('end-of-body')
@endpush