@extends('web.layouts.app') @section('title') {{companyName()}} || {{@$seo->title}} @endsection @section('meta_description') @if(@$seo->og_image) @else @endif @endsection @section('css') @endsection @section('content')

Our Client

@foreach( $our_clients as $key => $client)
{{$client->company_name}}
@endforeach
@endsection @section('js') @endsection