@extends('front.layout.master') @section('content')

{{setting(app()->getLocale().".site_name")}}

{!! setting(app()->getLocale().".content_about") !!}

{{-- * Available on iPhone, iPad and all Android devices--}}
sApp Shape Created with Sketch
{{setting('users')}}
@lang('front.users')
{{setting('downloads')}}
@lang('front.downloads')
{{setting('adsCount')}}
@lang('front.adsCount')
{{setting('accc')}}
@lang('front.Diwaniyat')

{{setting(app()->getLocale().".title_feature")}}

{!! setting(app()->getLocale().".content_feature") !!}

@foreach( \App\Models\Page::where('type',1)->get() as $feature)

{{$feature->title}}

{!! $feature->content !!}

@endforeach

{{setting(app()->getLocale().".title_application")}}

{!! setting(app()->getLocale().".content_application") !!}

@foreach( \App\Models\Page::where('type',2)->get() as $app)
@endforeach

{{setting(app()->getLocale().".title_price")}}

{!! setting(app()->getLocale().".content_price") !!}

@foreach( \App\Models\Page::where('type',3)->get() as $price)

{{$price->title}}

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

$49

--}} {{--
--}}
{!! $price->content !!}
@endforeach

{{setting(app()->getLocale().".title_contact")}}

{!! setting(app()->getLocale().".content_contact") !!}

@if (session('success'))

{{session('success')}}

@endif
@csrf @method('post')

@endsection