@extends('frontend.company-dashboard.layouts.master') @section('dashboard-contents')

Internship Listings

New
@foreach ($internships as $internship) @endforeach @if(count($internships) ==0) @endif
Title Location deadline Status Actions
{{ $internship->title }} {{ showInternshipsLocation($internship->location, $internship->state) }} {{ $internship->deadline }} {{ $internship->status }}
{{ __('No Data') }}
{{ $internships->render() }}
@endsection @push('scripts') @endpush