@extends('layouts.master')
@push('meta')
@endpush
@section('title', __('messages.head_title'))
@push('css')
@endpush
@section('content')
{!! html_limit(\App\Models\About::firstOrFail()->content, 500) !!}
{{ $hero->words }}
{{ __('messages.about') }}
No projects available.
@endforelse