@extends('layouts.master') @section('title', 'Scholarship Program List') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') {{-- Scholarship Program --}} @include('layouts.title') Scholarship Program Add Scholarship Program No. Scholarship Program {{-- Owner --}} Manage @foreach ($scholarshipprogram as $i => $item) {{ ++$i }} {{ $item->scholarship_program_name }} @foreach(explode(',', $item->scholarship_program_degree) as $degree) {{ trim($degree) }} @endforeach {{-- {{ $item-> }} --}} {{-- --}} @endforeach @include('layouts.footer') @endsection