@extends('layouts.app') @section('content')
@include('incs.contentheader')
@if(count($sites))
@include("dashboard.delivery-confirmation")
@include("dashboard.transfer-confirmation")
@include("dashboard.msi-dashboard")
@else
@endif
@endsection