@extends('frontend.layout.master') @section('content')

We create elegent solutions

@if(!empty($solutions)) @foreach($solutions as $solution)
{{ $solution->name }}

{{ $solution->description }}

@endforeach @endif

Our Partners and Clients

@endsection @push('scripts') @endpush