@extends('admin.layouts.app') @section('page_content')
@csrf
@if(file_exists($project->thumb_image)) @else @endif
@if(file_exists($project->banner_image)) @else @endif
Specifications
@if(count($project->specifications) > 0) @php($i = 0) @foreach($project->specifications as $key => $specification)
@if($i == 0) @else @endif
@php($i = $i+1) @endforeach @else
@endif
@if(count($project->galleryImages) > 0) @endif
@endsection