@extends('web.layouts.container') @section('css') @endsection @section('content') {{$pageTitle[0] ?? null}} {{$pageTitle[1] ?? null}} @if(count($partners)) @foreach($partners as $partner) {{$partner->name}} @endforeach @endif @endsection @section('inner_js') @endsection