@extends('admin.layouts.app') @section('panel')
@lang('Author Information')
@if ($user->author_info)
    @foreach ($user->author_info as $val) @continue(!$val->value)
  • {{ __($val->name) }} @if ($val->type == 'checkbox') {{ implode(', ', $val->value) }} @elseif($val->type == 'file') @if ($val->value) @lang('Download') @else @lang('No File') @endif @else {{ __($val->value) }} @endif
  • @endforeach
@else
@lang('Author data not found')
@endif
@endsection @push('breadcrumb-plugins') @endpush @push('style') @endpush