@extends('layouts/contentLayoutMaster') @section('title', 'Repair & Maintenance Plans') @section('vendor-style') @endsection @section('page-style') @endsection @section('content') {{-- Add Dispatch Point --}} Create Visit Plan @if ($message = Session::get('success')) {{ $message }} @endif @if ($errorMessage = Session::get('errorMessage')) {{ $errorMessage }} @endif @csrf Type Select Facility Type Plant Area Office Dispatch Point Collection Point Collection Point (Plant) Building (Plant) Building (Area Office) Plan Name Select User Select User @foreach ($users as $user) {{$user->user_name}} - ( {{ $user->roles->first()->name }} ) @endforeach @include('content._partials._sections.repair_maintenance_filter') Visit Date Add {{-- Parent Type Select Area Office Plant Select Parent --}} {{-- Select Facilities --}} Visit Flow Diagram Create Visit Plan @endsection @section('vendor-script') @endsection @section('page-script') {{-- --}} {{-- --}} @endsection