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

{{ __('All Jobs') }}

{{ __('Browse all available freelance projects') }}

{{ __('Filter') }}
{{ __('Showing') }} {{ $jobs->count() }} {{ __('out of') }} {{ $jobs->total() }} {{ __('results') }}
{{ __('Sort by') }}
@include('frontend.pages.jobs.search-job-result')
@include('frontend.pages.jobs.sidebar')
@endsection @push('page_scripts') @include('frontend.pages.jobs.jobs-filter-js') @endpush