@extends('web.layouts.container')
@section('css')
@endsection
@section('content')
@if($project)
@if(count($project->images))
@foreach($project->images as $image)
@endforeach
@endif
{{$project->title}}
{!! $project->description !!}
@else
No data
@endif
@endsection
@section('inner_js')
@endsection