@extends('layouts.fe_master') @php $title = "30PICTURES - " . $creator->name; $description = "30 Pictures's Creator"; $ogTitle = $title; $ogDescription = $description; $ogImage = url($creator->image_url); $twitterTitle = $title; $twitterDescription = $description; $artistName = "30PICTURES"; $schemaDescription = $description; @endphp @section('content')
{{-- --}}
creator avatar

{{ $creator->name }}

{{ $creator->position }}

{{ $creator->position_desc }}

{!! $creator->description !!}
@if ($creator->id == 1 || $creator->id == 4 || $creator->id == 5)
Creator Projects
Booking Creator {{-- --}}
@endif
@if ($creator->id == 1 || $creator->id == 4 || $creator->id == 5)
Booking Creator {{-- --}}
Creator Projects {{-- --}}
@endif
@endsection