@extends('web.layouts.container') @section('content')

{{$pageTitle1}} {{$pageTitle2}}

@if(count($jobs)) @foreach($jobs as $job)
15 Nov 2022
{{$job->service_name}}

{{$job->name}}

@endforeach @endif
{{--
--}} {{--
--}} {{--

--}} {{-- {{$pageTitle1}} {{$pageTitle2}}--}} {{--

--}} {{--
--}} {{-- @if(count($jobs))--}} {{-- @foreach($jobs as $job)--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--

{{$job->name}}

--}} {{--

{{$job->service_name}}

--}} {{--

{{date('d M Y', strtotime($job->created_at))}}

--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- {{$job->description}}--}} {{--

--}} {{-- {{__('main.apply_now')}}--}} {{--
--}} {{--
--}} {{-- @endforeach--}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} @endsection @section('inner_js') @endsection