@extends('layouts.frontend.master') @section('page-div-start')
@endsection @section("content")

{{__('BEHIND CORSAIR GROUP') }}

{{__('MEET OUR SKILLED TEAM') }}

{{$memberDetail->name}}

{{$memberDetail->designation}}

{!!nl2br($memberDetail->description)!!}

@endsection @section('page-div-end')
@endsection