@extends('layouts.master') @section('content')

{{ ucwords(Lang::get('seo.title')) }} {{ ucwords(Lang::get('seo.new')) }}

{{ $seo->links() }}
{{ ucwords(Lang::get('seo.location')) }} {{ ucwords(Lang::get('seo.site title')) }} {{ ucwords(Lang::get('seo.keywords')) }} {{ ucwords(Lang::get('seo.description')) }}
{{ $seo->links() }}
@stop