@extends('frontend.master') @section('content')
@foreach ($terrafirma as $terrafirmaa)

{{$terrafirmaa->title}}

@php echo $terrafirmaa->description; @endphp

@endforeach
@endsection()