@extends('layouts.master') @section('SpecificStyles') @stop @section('title', 'Contact') @section('content')
@foreach ($blogs->reverse() as $blog)
@endforeach {{--
--}}
@endsection @section('SpecificScripts') @stop