@extends('web.layouts.main') @section('content')
@foreach($sliders as $row)
{{__('web.project')}}

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

{{__('web.desc')}}ِ

{{__('web.aboutus')}}
@endforeach

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

{!! aboutdescription($about->id) !!}

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

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

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

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

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

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

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

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

@foreach($blogs as $row)
{{date('Y-m-d',strtotime($row->created_at))}}
{{date('g:i a',strtotime($row->created_at))}}

{{articlename($row->id)}}

{{__('web.by')}} : {{articleuser($row->id)}}
{!! substr(strip_tags(articledescription($row->id)), 0, 300); !!}
{{__('web.more')}}
@endforeach

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

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

@foreach($files as $row) @endforeach

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

@foreach($sections as $row) @endforeach

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

@CSRF
@push('js') @endpush @stop