@extends('backend.layouts.app')
@section('content')
Image |
Name |
Position |
Facebook |
Instagram |
Linked In |
Action |
@foreach ($experts as $items)
|
{{ $items->name }} |
{{ $items->position }} |
{{ $items->facebook }} |
{{ $items->instagram }} |
{{ $items->linkedin }} |
|
@endforeach
@endsection