@extends('frontend.layouts.master') @section('title') Team @endsection @section('css') @endsection @section('content')
@foreach($teams as $team)
{{ucfirst(@$team->post)}}
@if(!empty(@$team->fb) || !empty(@$team->twitter) || !empty(@$team->linkedin) || !empty(@$team->insta)) @endif
@endforeach
@endsection @section('js') @endsection