@extends('frontend.layouts.app') @section('content')
@php echo \App\Policy::where('name', 'terms')->first()->content; @endphp
@endsection