@extends('front.template.master') @section('title', $title) @section('content')
@foreach($content as $c)

{{ $c->title }}

@endforeach
@endsection