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

{{__('web.information')}}

{{__('web.count')}} {{__('web.hajj')}}

{{settings('hajj')}}

{{__('web.count')}} {{__('web.buildings')}}

{{settings('building')}}

{{__('web.count')}} {{__('web.camp')}}

{{settings('camp')}}

{{__('web.count')}} {{__('web.workers')}}

{{settings('workers')}}
{{aboutname($visit->id)}}

{{strip_tags(aboutname($visit->id))}}

{{aboutname($economy->id)}}

{{strip_tags(aboutname($economy->id))}}

@stop