@extends('layout.layout') {{-- Content --}} @section('content')

{{$site->name}}

{!! $site->terms !!}
{{csrf_field()}}
@endsection