@extends('web.layouts.container') @section('content') {{__('main.home')}} {{__('abouts.head')}} {{__('abouts.head')}} {{$about->title}} {!! $about->description !!} @if(count($lists)) @foreach($lists as $list) @if($list == '') @continue @endif {{$list}} @endforeach @endif {{__('main.why_us')}} {{$about->why_us_first_title}} {!! $about->why_us_first_description !!} {{$about->why_us_second_title}} {!! $about->why_us_second_description !!} {{$about->why_us_third_title}} {!! $about->why_us_third_description !!} @endsection @section('inner_js') @endsection
{!! $about->description !!}
{!! $about->why_us_first_description !!}
{!! $about->why_us_second_description !!}
{!! $about->why_us_third_description !!}