@extends('theme.master') @section('title', 'Terms & Condition') @section('content') @include('admin.message')

{{ __('frontstaticword.Terms&Condition') }}

@php $data = App\Terms::first(); @endphp @if(isset($data))
{!! $data->terms !!}
@endif
@endsection