@extends('admin.layout.app') @section('heading', 'Job Experiences') @section('button')
Add New
@endsection @section('main_content')
@foreach($job_experiences as $item) @endforeach
SL Name Action
{{ $loop->iteration }} {{ $item->name }} Edit Delete
@endsection