@extends('layouts.main-app') @section('title') @section('content') @include('layouts.navbar')
age-limit-icon

BLOGS

HOME / BLOGS

@foreach ($blogs as $blog)
@if ($blog->image) {{ $blog->title }} @endif

{{ strtoupper($blog->title) }}

{{ \Carbon\Carbon::parse($blog->created_at)->format('F d, Y') }}

{!! Str::limit(strip_tags($blog->content), 250, '...') !!}

@endforeach

Latest Post

@foreach ($blogs->sortByDesc('created_at')->take(3) as $latestBlog)
{{ $latestBlog->title }}

{{ $latestBlog->category ? $latestBlog->category->name : '' }}

{{ \Carbon\Carbon::parse($latestBlog->created_at)->format('F d, Y') }}

{{ $latestBlog->title }}

@endforeach

Tags

@foreach ($categories as $category)
{{ $category->name }}
@endforeach
blog topics banner
{{-- Custome footer layout for this page --}}
A striking visual of an orange backdrop paired with a white surface, creating a bold color contrast.

Sign up for the news and deals

NEWS LETTER

tdt powersteel logo

is one of the most reliable and trusted brands in the Philippine steel supply and distribution industry. Our goal is to provide premium quality and innovative solutions.

Get Connected

Address: 1017 Vicente Cruz St. Sampaloc Manila, Philippines
Tel/Fax: (02) 8831 - 0000 / (02) 8230 - 2906
Mobile: 0932 888 7777
Email: TT

Business Hours

TDT Powersteel Corporation
Monday to Friday: 8:00am to 5:30pm
Saturday: Closed
Sunday: Closed

FOLLOW ON SOCIAL MEDIA

icon-facebook icon-linkedin icon-instagram icon-pinterest
Copyright TDT Powersteel Corporation 2024, Designed & Developed by R Web Solutions
{{-- @include('layouts.footer') --}} @endsection