@extends ('backend.layouts.app') @section('title', trans('labels.backend.authors.management')) @section('page-header')

Author Profile Management

@endsection @section('content')
Welcome, {{ $author->name }}
{{ $author->designation }}

{{ $author->twitter }}

{{ $author->email }}

{{ $author->mobile }}

Bio

{{ $author->bio }}

Total Records -
From
to
Article Id Title Publish Date
{{ csrf_field() }}
@endsection @section('after-scripts') @endsection