@extends('front.layouts.app') @section('content') {{-- --}} @foreach ($pages as $page) @if ($page->slug == 'faculty') {!! $page->description !!} @endif @endforeach @foreach ($faculty as $index => $fcl) @if ($index % 2 == 0) {{-- --}} {{-- --}} {{ $fcl->name }} {{ $fcl->firm_name }} @else {{-- --}} {{-- --}} {{ $fcl->name }} {{ $fcl->firm_name }} @endif @endforeach Interested in being on the faculty? Email us at contact@clearly.legal @include('front.modules.subscribe.index') @include('front.modules.contact.index') @endsection
{{ $fcl->firm_name }}