@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') }}
@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