@extends('front.layouts.main') @section('content')

Our Vision

{!! $ourVision->content !!}

Our Team

@foreach($teams as $team)

{{$team->name}}

{{$team->designation}}
{!! $team->description !!}
@endforeach
@endsection