@extends('layouts.master') @push('meta') @endpush @section('title', __('messages.head_title')) @push('css') @endpush @section('content')
site hero

{{ $hero->words }}

@if (\App\Models\About::count() > 0)

{{ __('messages.about') }}

{!! html_limit(\App\Models\About::firstOrFail()->content, 500) !!}

{{ __('messages.Read more') }}
About Image
@endif
img

{{ __('messages.OUR WORK') }}

@forelse (\App\Models\Project::take(6)->get() as $project) @empty

No projects available.

@endforelse
@include('layouts.clients') @include('layouts.cta') @endsection @push("js") @endpush