@extends('layouts.admin-layout')
@section('title', 'All Our Team ')
@section('content')
Our Team Section
| S.N. |
Name |
Designation |
Image |
Action |
@foreach ($get_our_teams as $ourGoal)
| {{ $loop->iteration }} |
{{ $ourGoal->name ?: '' }} |
{{ $ourGoal->designation ?: '' }} |
|
|
@endforeach
@endsection
@section('script')
@endsection