@extends('layout.default') @section('title','Manage Content Experience') @section('content')

List Content Experience

@include('layout.alerts.index') @foreach ($experiences as $key => $value) @endforeach
No Title Created On Action
{{ ++$key }} {{ $value->experienceLanguageSingle->title }} {{ $value->created_at }}
@endsection @section('script') @endsection