@extends('users::user-profile') @section('inside')
{{__('general.user-profile.affiliate.announces')}}
@foreach($announces as $announce) @endforeach
# {{__('general.user-profile.affiliate.description')}} {{__('general.user-profile.affiliate.date')}}
{{$announce->id}} {{$announce->announce}} {{date('d-m-Y H:i',strtotime($announce->created_at))}}
{{$announces->links()}}
@endsection