@extends('frontend.layouts.master') @section('content')

{{@$chairman->name}}

{{@$chairman->designation}}

Message from Chairman

{!!@$chairman->description!!}

{{@$chairman->quote}}

{!!@$chairman->description!!}

@endsection