@extends('front.axies.master') @php $categories = ['Development', 'Business', 'Finance & Accounting', 'IT & Software', 'Office Productivity', 'Personal Development', 'Design', 'Marketing', 'Lifestyle', 'Photography & Video', 'Digital Photography', 'Photography', 'Portrait Photography', 'Photography Tools', 'Commercial Photography', 'Video Design', 'Other Photography & Video', 'Health & Fitness', 'Fitness', 'General Health', 'Sports', 'Nutrition & Diet', 'Yoga', 'Mental Health', 'Martial Arts & Self Defense', 'Safety & First Aid', 'Dance', 'Meditation', 'Other Health & Fitness', 'Music', 'Instruments', 'Music Production', 'Music Fundamentals', 'Vocal', 'Music Techniques', 'Music Software', 'Other Music', 'Teaching & Academics', 'Engineering', 'Humanities', 'Math', 'Science', 'Online Education', 'Social Science', 'Language Learning', 'Teacher Training', 'Test Prep', 'Other Teaching & Academics']; $post_covers = glob(public_path("storage/posts/*")); $post_covers = array_map('basename', $post_covers); @endphp @section('body')
{{ __('Home') }}   {{ __('Blog') }}  
{{ \Str::limit("Lorem ipsum, dolor sit amet consectetur adipisicing elit Voluptatibus", 60) }}
Lorem ipsum, dolor sit amet consectetur
@foreach(array_slice(shuffle_array($post_covers), 0, 8) as $post_cover)
{{ fake()->text(15) }} {{ fake()->text(50) }}
{{ fake()->text(80) }}
{{ fake()->dateTime()->format('j M, Y') }}
@endforeach
@endsection