@extends('layouts.dashboard.superadminapp') @section('title', 'Plan') @section('content') @if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if ($errors->any())
@endif
Back to Planning

UEPL | Plan

day, 00 month 0000
@if (isset($routeCard) && !empty($routeCard)) @endif
@csrf @if (isset($routeCard) && !empty($routeCard)) @method('PUT') @endif
Plan












@if (isset($routeCard) && !empty($routeCard)) @include('superadmin.routecard.list') @include('superadmin.routecard.processmodel') @endif
@endsection @section('scripts') @endsection