@extends('includes.masterpage') @section('content') @if($pagesettings[0]->slider_status)
@endif @if($pagesettings[0]->split_status)
@foreach($splits as $split)

{{$split->title}}

{!! $split->text !!}

@endforeach
@endif @if($pagesettings[0]->welcome_status)

{{$pagesettings[0]->welcome_title}}

{{$pagesettings[0]->welcome_description}}

@if($pagesettings[0]->w_b_status == 1) {{$language->view_details}} @endif
@endif @if($pagesettings[0]->service_status)

{{$languages->service_title}}

{{$languages->service_text}}

@foreach($services as $service)
Service Image

{{$service->title}}

{{$service->text}}

@endforeach
@endif @if($pagesettings[0]->category_status)

{{$languages->category_title}}

{{$languages->category_text}}

@foreach($categories as $category) @endforeach
@endif @if($pagesettings[0]->counter_status)
{{--

--}}

{{\App\Campaign::where('admin_aproved','yes')->where('status','running')->count()}}

{{$language->running_campaigns}}

{{--

--}}

{{\App\Campaign::where('admin_aproved','yes')->where('status','closed')->count()}}

{{$language->completed_campaigns}}

{{--

--}}

{{\App\Campaign::totalDonations()}}

{{$language->donations}}

{{--

--}}

${{\App\Campaign::totalFunds()}}

{{$language->funded}}

@endif @if($pagesettings[0]->latest_status) @endif @if($pagesettings[0]->featured_status) @endif @if($pagesettings[0]->volunteer_status)

{{$languages->volunteer_title}}

{{$languages->volunteer_text}}

@foreach($volunteers as $volunteer)
Team member image

{{$volunteer->name}}

{{$volunteer->designation}}
    @if($volunteer->facebook != null)
  • @endif @if($volunteer->twitter != null)
  • @endif @if($volunteer->google_plus != null)
  • @endif @if($volunteer->linkedin != null)
  • @endif
@endforeach
@endif @if($pagesettings[0]->portfolio_status) @endif @if($pagesettings[0]->testimonial_status)

{{$languages->testimonial_title}}

{{$languages->testimonial_text}}

@foreach($testimonials as $testimonial)

{{$testimonial->review}}

Author

{{$testimonial->client}}
{{$testimonial->designation}}

@endforeach
@endif @if($pagesettings[0]->blog_status)

{{$languages->blog_title}}

{{$languages->blog_text}}

@endif @if($pagesettings[0]->partners_status) @endif @if($pagesettings[0]->home_reg_status)
{{$language->sign_up}}
{{csrf_field()}}
@if ($errors->has('name')) * {{ $errors->first('name') }} @endif @if ($errors->has('email')) * {{ $errors->first('email') }} @endif @if ($errors->has('password')) * {{ $errors->first('password') }} @endif
@endif @stop @section('footer') @stop