@extends('admin.layouts.master') @section('content')

{{ __('Experiences') }} - {{ $team_member->name }}

{{ __('Back to Team Members') }} {{ __('Add Experience') }}
@php $i=0; @endphp @foreach($experiences as $item) @php $i++; @endphp @endforeach
{{ __('SL') }} {{ __('Name') }} {{ __('Percentage') }} {{ __('Action') }}
{{ $loop->iteration }} {{ $item->name }} {{ $item->percentage }}
@endsection