@extends('layouts.frontend.master-2') @section('content')
our portfolio

Some of Our Works
and Case Studies for Clients

@foreach ($projects as $project)

{{ $project->name_en }}

( {{ $project->location_en }} )

“ {{ $project->description_en }} ”

@endforeach
{{$projects->links('front.components.pagination')}}
@endsection @section('js') @endsection