@foreach ($custom_page as $port)
{{ $port['url'] }}
{{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $port['updated_at'])->toAtomString() }}
weekly
1.0
@endforeach
@foreach ($portfolio as $port)
{{ url('/') }}/produk/{{ $port->slug }}
{{ $port->created_at->toAtomString() }}
weekly
0.8
@endforeach
@foreach ($post as $bl)
{{ url('/') }}/blog/{{ $bl->slug }}
{{ $bl->created_at->toAtomString() }}
weekly
0.8
@endforeach