@extends('layouts.index') @section('page_title') Project Details @endsection @section('locations_active') nav-item active @endsection @section('projects_active') nav-item active @endsection @section('pg_name') Project Details List @endsection @section('headaddons') @endsection @section('content') @if (count($errors) > 0)
Client Name: {{ $project->clientName }}
Categories: {{ $project->categories }}
Project Head: {{ $project->projectHead }}
Project Content: {{ $project->projectContent }}
Project Address: {{ $project->projectAddress }}
Opened Hours:
Project Photos:
@foreach(json_decode($project->projectPhoto) as $photo){{ env('APP_URL') . '/' . $photo }}
Created At: {{ $project->created_at->format('Y-m-d') }}
Updated At: {{ $project->updated_at->format('Y-m-d') }}