@extends('frontend.layouts.master') @section('title') Internee @endsection @section('main-content')
@if($interns) @foreach($interns as $intern)
@php $photo=explode(',',$intern->photo); @endphp

{{$intern->name}}

{{$intern->country}}

{{$intern->course}}

{{$intern->university}}

{{$intern->study}}

{{--

{{$intern->email}}

{{$intern->phone}}

--}}
@endforeach @endif
@endsection