@extends('layouts.app') @section('content')
@include('proedge.config.adminPanel')

Projects Types

Projects Types are used to categorize the types of jobs performed by the company.
Projects Types
@foreach($jobTypes as $jobType) @endforeach
Description Options
{{$jobType->Name}} id}}'},'job_phase')">Phases id}}'},'edit_job_type')"> @if(!$jobType->job) $jobType->id])}}')"> @endif
Add Project Type
@endsection