@extends('web.layouts.container') @section('header')
{{__('main.home')}} {{$servicePage->title}}
{{--

{{$servicePage->title}}

--}} {{--

{{stripText($servicePage->description)}}

--}}
@endsection @section('content')
@if(count($services)) @foreach($services as $service)
{{-- متابعة القضايا--}}
{{$service->name}}

{!! $service->description !!}

@endforeach @endif

{{__('main.work_way')}}

@if(count($workWays)) @foreach($workWays as $workWay)
{{$loop->iteration}}
{{$workWay->title}}

{!! $workWay->description !!}

@endforeach @endif
@endsection @section('inner_js') @endsection