2018-06-01 03:23:00 +00:00
|
|
|
@extends('layouts.app')
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
|
2019-04-08 04:57:40 +00:00
|
|
|
<div class="container px-0 mt-0 mt-md-4 mb-md-5 pb-md-5">
|
|
|
|
<div class="col-12 px-0 col-md-8 offset-md-2">
|
2018-06-01 03:23:00 +00:00
|
|
|
<div class="card">
|
2019-04-08 04:57:40 +00:00
|
|
|
<div class="card-header lead font-weight-bold bg-white">
|
2018-06-01 03:23:00 +00:00
|
|
|
I'm not interested in this content
|
|
|
|
</div>
|
|
|
|
<div class="card-body">
|
|
|
|
<div class="p-5 text-center">
|
|
|
|
<p class="lead">You can <b class="font-weight-bold">unfollow</b> or <b class="font-weight-bold">mute</b> a user or hashtag from appearing in your timeline. Unless the content violates our terms of service, there is nothing we can do to remove it.</p>
|
|
|
|
</div>
|
2019-04-08 04:57:40 +00:00
|
|
|
{{-- <div class="col-12 col-md-8 offset-md-2">
|
2018-08-26 18:47:26 +00:00
|
|
|
<p><a class="font-weight-bold" href="#">
|
|
|
|
Learn more
|
|
|
|
</a> about our reporting guidelines and policy.</p>
|
2019-04-08 04:57:40 +00:00
|
|
|
</div> --}}
|
2018-06-01 03:23:00 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
@endsection
|