@extends('layouts.main') @section('content') Portfolio home Portfolio RECENT PROJECTS Our Latest Case Works @if(count($galleryList) > 0) @foreach($galleryList as $gallery) @if(file_exists(public_path('uploads/galleryImage/thumbnail/'.$gallery->image)) && $gallery->image) @else @endif {{ Helper::checkCategory($gallery->c_id) }} @endforeach @endif {{ $galleryList->links() }} Real Testimonials What They Say About Our Company? We know how important customer experience is for a busines and therefore, we trive to make your company excel in this. @if(count($testimonialList) > 0) @foreach($testimonialList as $testimonial) {{ $testimonial->username }} {{ $testimonial->user_role }} {{ $testimonial->description }} @endforeach @endif @stop @section('footer_script') @stop