@extends('web.layouts.container') @section('content')
@if(count($abouts)) @foreach($abouts as $about) @if($loop->odd)

{{$about->title}}

{!! $about->description !!}

@endif @if($loop->even)

{{$about->title}}

{!! $about->description !!}

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