@extends('layouts.app') @section('content')
@if(isset($is_admin)) @include('proedge.admin.adminPanel') @else @include('proedge.config.adminPanel') @endif

Selections

Selection Types are used to define details about the contract. Selections indicated with * are inactive.
@foreach($selections as $selection) @endforeach
@endsection