@extends('layouts.app') @section('title', 'Welcome to JSP Limited | Real Estate, Construction, Machines, Logistics.') @section('content')

Choose your
direction.

Professional services, profitable assets, and a team dedicated to your growth.

@foreach ([ ['number' => '01', 'name' => 'Real Estate', 'route' => 'real_estate.index', 'copy' => 'Find ground for your next chapter.', 'image' => 'https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1400&q=85', 'class' => 'properties'], ['number' => '02', 'name' => 'Construction', 'route' => 'construction.index', 'copy' => 'Build boldly. Build to last.', 'image' => 'https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1400&q=85', 'class' => 'construction'], ['number' => '03', 'name' => 'Heavy Duty Machines', 'route' => 'heavy_machines.index', 'copy' => 'Power for the work ahead.', 'image' => 'https://images.unsplash.com/photo-1581094794329-c8112a89af12?auto=format&fit=crop&w=1400&q=85', 'class' => 'machinery'], ['number' => '04', 'name' => 'Logistics', 'route' => 'logistics.index', 'copy' => 'Move materials. Keep projects moving.', 'image' => 'https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1400&q=85', 'class' => 'logistics'], ] as $division) {{ $division['name'] }} {{ $division['number'] }}Enter division JSP / {{ $division['number'] }}{{ $division['name'] }}{{ $division['copy'] }} @endforeach
@endsection