@extends('frontend.new_design.layout.new_master') @section('site_title',__('Projects')) @section('meta_title'){{ __('Projects') }}@endsection @section('content')

{{ __('All Services') }}

{{ __('Browse all of our best services') }}

{{ __('Filter') }}
{{ __('Showing') }} {{ $projects->count() }} {{ __('out of') }} {{ $projects->total() }} {{ __('results') }}
{{ __('Sort by') }}
@include('frontend.pages.projects.search-result')
@include('frontend.pages.projects.sidebar', ['maxProjectPrice' => $maxProjectPrice])
@endsection @push('page_scripts') @include('frontend.pages.projects.project-filter-js') @endpush