@extends('layouts.app') @section('title', $title) @section('content')

{{ $title }}

@include('legal.'.$slug)
@endsection