@extends('frontend.layouts.app') @section('meta_title', $reporter->name . ' - ' . site_name()) @section('content')

{{ $reporter->name }}

{{ $reporter->designation }}

{{ $reporter->bio }}

@if($reporter->facebook)@endif @if($reporter->twitter)@endif

{{ $reporter->name }} ?? ????

@foreach($news as $n)
{{ $n->title }}
{{ time_ago($n->publish_date) }}
@endforeach {{ $news->links() }}
@endsection