@extends($active_theme) @section('title') {{__('user.Become author')}} @endsection @section('frontend-content')

{{ $become_author->becomelangfrontend->title }}

{{__('user.Become an Author')}}
author
icon

{{ $become_author->becomelangfrontend->item1 }}

icon

{{ $become_author->becomelangfrontend->item2 }}

icon

{{ $become_author->becomelangfrontend->item3 }}

icon

{{ $become_author->becomelangfrontend->item4 }}

{{ $become_author->becomelangfrontend->header1 }}

{{ $become_author->becomelangfrontend->header2 }}

{!! clean($become_author->becomelangfrontend->description) !!}
about

{{ $become_author->becomelangfrontend->name }}

{{ $become_author->becomelangfrontend->desgination }}

about
about us
@if ($our_teem_section->visibility)
{{ $our_teem_section->title }}

{{ $our_teem_section->description }}

@foreach ($our_teem_section->our_teems as $our_team)
team
team

{{ $our_team->teamlangfrontend->name }}

{{ $our_team->teamlangfrontend->designation }}

@endforeach
@endif @if ($category_section->visibility)
{{ $category_section->title }}

{{ $category_section->description }}

@foreach ($category_section->categories as $key=>$category)
category

{{ $category->catlangfrontend->name }}

@php $product = App\Models\Product::where('category_id', $category->id)->get(); @endphp

{{ $product->count() }} {{__('user.Items')}}

@endforeach
@endif
@endsection