@extends('dashboard.layouts.master') @section('title') Opet dashboard @endsection @section('content')
@include('dashboard.layouts.nav') @include('dashboard.layouts.aside')

Newsletter

@if(@isset($data) && !@empty($data)) @foreach( $data as $index => $info) @endforeach @else @endif
# Message
{{$index +1 }} {{$info->message}}
No Data
@endsection