@extends('frontend.new_design.layout.new_master') @section('site_title', $skill->skill ?? __('Skill Jobs')) @section('meta_title'){{ $skill->skill ?? __('Skill Jobs') }}@endsection @section('content') {{ $skill->skill ?? __('Skill Jobs') }} {{ __('Browse all available freelance projects for this skill') }} {{ __('Filter') }} {{ __('Showing') }} {{ $jobs->count() }} {{ __('out of') }} {{ $jobs->total() }} {{ __('results') }} {{ __('Sort by') }} {{ __('Default') }} {{ __('Newest') }} {{ __('Oldest') }} {{ __('Price: High to Low') }} {{ __('Price: Low to High') }} {{ __('You selected') }} {{ __('Clear All') }} @include('frontend.pages.skill-jobs.search-job-result') @include('frontend.pages.skill-jobs.sidebar') @endsection @push('page_scripts') @include('frontend.pages.skill-jobs.jobs-filter-js') @endpush
{{ __('Browse all available freelance projects for this skill') }}