@extends('layouts.fe_master') @section('title', 'home') @section('content')
{{-- --}}

Nhà sáng tạo của chúng tôi

@foreach ($creators as $item)
{!! $item->name !!}
{{ $item->position }}
{{ $item->position_desc }}
@endforeach
Are You Creator?
Become 30 Pictures Creator
 
@endsection