@extends('frontend.layouts.app') @section('title') DIC at a Glance - @endsection @push('style') @endpush @section('content') @include('frontend.layouts.include.breadcrumb', [ 'items' => [['name' => 'About', 'url' => '#'], ['name' => 'DIC at a Glance', 'url' => null]], ])
@foreach ($college_infos as $info) @endforeach
Dhaka Imperial College at a Glance
{{ $info->label }} {!! $info->value !!}
@endsection @push('script') @endpush