@extends('front.layout.app') @section('title', 'Our Team') @section('content') {{ $data->content['banner_heading'] ?? '' }} {{ $data->content['story_heading'] ?? '' }} {!! $data->content['story_des'] ?? '' !!} @endsection