@extends('layouts.dashboard.superadminapp') @section('title', 'Route Card / Plan') @section('styles') @endsection @section('content')

UEPL | Route Card / Plan

day, 00 month 0000
@if(session('success')) @endif @if(session('error')) @endif @if ($errors->any()) @endif
{{ isset($routeCard) && !empty($routeCard) ? 'Edit Route Card - ' . $routeCard->route_no : 'Create Route Card / Plan' }}
Back to Planning Route Card List
@if (isset($routeCard) && !empty($routeCard)) @endif
@csrf @if (isset($routeCard) && !empty($routeCard)) @method('PUT') @endif
@if (isset($routeCard) && !empty($routeCard)) @else @endif

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