@extends('back.layouts.app', ['title' => $title]) @section('content')
@include('back.common_views.quicklinks')

Manage Images Of {{ $main_package->heading }} Package


@if (!$images == null) @foreach ($images as $show_img)
{{ $show_img->image }};image;{{ $show_img->image }}
@endforeach @endif

Manage Video Of {{ $main_package->heading }} Package


@if (!$videos == null) @foreach ($videos as $show_vd)
{{ $show_vd->video }};image;{{ $show_vd->video }}
@endforeach @endif

Manage Document Of {{ $main_package->heading }} Package


@if (!$documents == null) @foreach ($documents as $show_do)
{{ $show_do->document }};image;{{ $show_do->document }}
@endforeach @endif

Manage Content Of {{ $main_package->heading }} Package


@if (!$contents == null) @foreach ($contents as $show_co)
{{ $show_co->content }};image;{{ $show_co->content }}
  • {!! adjustUrl($show_co->content) !!}

    @endforeach @endif

    @endsection @section('beforeBodyClose') @endsection