@extends('layouts.default_layout') @section('content')

Terms & Conditions

@if(!empty($terms) && $terms->count())

    {!! $terms->des !!}

@else
not found {{--

No Blog found

--}}
@endif
@endsection @section('script') @endsection