@extends('front.layout.app') @section('title', 'Our Team') @section('content')
image

{{ $data->content['banner_heading'] ?? '' }}

{{ $data->content['story_heading'] ?? '' }}

{!! $data->content['story_des'] ?? '' !!}
@endsection