@extends('layouts.front_end') @section('title', 'Terms & Condition') @section('content')
{{-- --}}
@if($companyInfo) {!! $companyInfo->terms_condition !!} @endif
@endsection