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

Our Team

@forelse ($teams as $item )

{{ $item->name }}

{{ $item->designation }}

@empty

No Team Member Found!!

@endforelse
@endsection