@extends('web.layouts.app') @section('title', trans('site.aboutUs')) @section('content')

@lang('site.makeUp')

@lang('site.desMakeUp')

@foreach($abouts as $about)

{{$about->title[App::getLocale()]}}

{{$about->description[App::getLocale()]}}

@endforeach

@lang('site.what_customers')

@lang('site.des_what_customers')

@endsection