@extends('web.layouts.layout') @section('content')
@foreach($websites as $website) @endforeach
@if( count( $websites ) && $websites->hasPages() )
{{ $websites->links() }}
@endif
@endsection @section('content_js') @endsection