@extends('theme.master') @section('title', 'Terms & Condition') @section('content') @include('admin.message') @php $gets = App\Breadcum::first(); @endphp @if(isset($gets)) @if($gets['img'] !== NULL && $gets['img'] !== '') @else @endif {{ __('Terms & Condition') }} @endif @php $data = App\Terms::first(); @endphp @if(isset($data)) {!! $data->terms !!} @endif @endsection