@section('style') @endsection @extends('layouts.backend.app') @section('content')
{{ __('Experience List') }}
@if ($errors->any())
@endif
@foreach($info as $key => $row) @endforeach
# Title Date Description Action
{{ $key+1 }} {{ $row->title }} {{ $row->date }} {{ Str::limit($row->description,50) }}
@endsection @section('script') @endsection