@extends('layouts.mastercms') @section('content')
@include('flash')
@foreach($site as $posts) @endforeach
id title Website Action
{{$posts->id}} {{$posts->title}} {{$posts->website}}
@endsection