course finder view page completed
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
@section('content')
|
||||
<div class="container-fluid">
|
||||
<x-dashboard.breadcumb :title="$title" />
|
||||
<x-dashboard.breadcumb :title="$title" />
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
@@ -16,8 +16,8 @@
|
||||
<div class="col-md-auto">
|
||||
<div class="avatar-md">
|
||||
<div class="avatar-title rounded-circle bg-white">
|
||||
<img src="{{ $program->institution?->image }}"
|
||||
alt="Institution Logo" class="avatar-sm">
|
||||
<img src="{{ $program->institution?->image }}" alt="Institution Logo"
|
||||
class="avatar-sm">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -31,7 +31,9 @@
|
||||
{{ $program->institution?->title }}</a></span>
|
||||
</div>
|
||||
<div class="vr"></div>
|
||||
<div>City : <span class="fw-medium">{{ $program->institution?->location ?? 'N/A' }}</span></div>
|
||||
<div>City : <span
|
||||
class="fw-medium">{{ $program->institution?->location ?? 'N/A' }}</span>
|
||||
</div>
|
||||
<div class="vr"></div>
|
||||
<div>Code : <span class="fw-medium">{{ $program->code }}</span></div>
|
||||
</div>
|
||||
@@ -71,55 +73,60 @@
|
||||
<div class="card-body">
|
||||
<div class="text-muted">
|
||||
<h5 class="card-title mb-0">Summary</h6>
|
||||
<div class="border-top border-top-dashed mt-4 pt-3">
|
||||
<div class="row gy-3">
|
||||
<div class="col-lg-3 col-sm-6">
|
||||
<div>
|
||||
<p class="text-uppercase fw-medium mb-2">Program Level :</p>
|
||||
<h5 class="fs-15 mb-0">{{ $program->programLevel?->title }}</h5>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-3 col-sm-6">
|
||||
<div>
|
||||
<p class="text-uppercase fw-medium mb-2">Duration :</p>
|
||||
<h5 class="fs-15 mb-0">{{ $program->year }}</h5>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 col-sm-6">
|
||||
<div>
|
||||
<p class="text-uppercase fw-medium mb-2">PSW :</p>
|
||||
<div class="badge bg-danger fs-12">{{ $program->psw }}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 col-sm-6">
|
||||
<div>
|
||||
<p class="text-uppercase fw-medium mb-2">PROSPECTS :</p>
|
||||
<div class="badge bg-primary fs-12">{{ $program->prospects }}
|
||||
<div class="border-top border-top-dashed mt-4 pt-3">
|
||||
<div class="row gy-3">
|
||||
<div class="col-lg-3 col-sm-6">
|
||||
<div>
|
||||
<p class="text-uppercase fw-medium mb-2">Program Level :</p>
|
||||
<h5 class="fs-15 mb-0">{{ $program->programLevel?->title }}
|
||||
</h5>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-3 col-sm-6">
|
||||
<div>
|
||||
<p class="text-uppercase fw-medium mb-2">Tution Fee :</p>
|
||||
<div class="badge bg-warning fs-12">{{ $program->fee }}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-3 col-sm-6">
|
||||
<div>
|
||||
<p class="text-uppercase fw-medium mb-2">Scholarship :</p>
|
||||
<div class="badge bg-info fs-12">{{ $program->scholarship }}
|
||||
<div class="col-lg-3 col-sm-6">
|
||||
<div>
|
||||
<p class="text-uppercase fw-medium mb-2">Duration :</p>
|
||||
<h5 class="fs-15 mb-0">{{ $program->year }}</h5>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 col-sm-6">
|
||||
<div>
|
||||
<p class="text-uppercase fw-medium mb-2">PSW :</p>
|
||||
<div class="badge bg-danger fs-12">{{ $program->psw }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 col-sm-6">
|
||||
<div>
|
||||
<p class="text-uppercase fw-medium mb-2">PROSPECTS :</p>
|
||||
<div class="badge bg-primary fs-12">
|
||||
{{ $program->prospects }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-3 col-sm-6">
|
||||
<div>
|
||||
<p class="text-uppercase fw-medium mb-2">Tution Fee :</p>
|
||||
<div class="badge bg-warning fs-12">{{ $program->fee }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-3 col-sm-6">
|
||||
<div>
|
||||
<p class="text-uppercase fw-medium mb-2">Scholarship :</p>
|
||||
<div class="badge bg-info fs-12">
|
||||
{{ $program->scholarship }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h6 class="fw-semibold text-uppercase my-4">Keywords</h6>
|
||||
{!! $program->keywords !!}
|
||||
<h6 class="fw-semibold text-uppercase my-4">Keywords</h6>
|
||||
{!! $program->keywords !!}
|
||||
|
||||
|
||||
</div>
|
||||
@@ -147,7 +154,7 @@
|
||||
<tbody>
|
||||
@foreach ($program->level as $index => $item)
|
||||
<tr>
|
||||
<td scope="row">{{ $index++ }}</td>
|
||||
<td scope="row">{{ $index + 1 }}</td>
|
||||
<td scope="row">{{ $item->level }}</td>
|
||||
<td>{{ $item->faculty }}</td>
|
||||
<td>{{ $item->score }}</td>
|
||||
@@ -179,7 +186,7 @@
|
||||
<tbody>
|
||||
@foreach ($program->tests as $index => $item)
|
||||
<tr>
|
||||
<td scope="row">{{ $index++ }}</td>
|
||||
<td scope="row">{{ $index + 1 }}</td>
|
||||
<td scope="row">{{ $item->title }}</td>
|
||||
<td>{{ $item->pivot?->min_score }}</td>
|
||||
<td>{{ $item->pivot?->band_score }}</td>
|
||||
@@ -203,7 +210,7 @@
|
||||
class="badge fw-bold fs-6 {{ $program->status == 1 ? 'text-bg-success' : 'text-bg-danger' }}">{{ config('constants.page_status_options')[$program->status] }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end card -->
|
||||
|
||||
<div class="card bg-white">
|
||||
|
Reference in New Issue
Block a user