@extends('backend.student.layouts.right_side_bar') @section('studentBody')
@if(session('success'))
@endif @if(session('error'))
@endif @if($errors->any())
@endif
@foreach($student->jobs as $key=>$job) @endforeach
SN Title Company Duration Action
{{++$key}} {{$job->job_title}} {{$job->company}} {{$job->start_date}} to @if(isset($job->end_date)) {{$job->end_date}} @else Till Date @endif
{{csrf_field()}}
@endsection @section('script') {{----}} {{----}} @endsection