@extends('layouts.app')
@section('content')
@if(isset($is_admin))
@include('proedge.admin.adminPanel')
@else
@include('proedge.config.adminPanel')
@endif
Job Fee Types
{{-- Job Fee Types--}}
{{--
--}}
Address types are used to categorize the various types of addresses.
Existing Job Fee Types
{{--// Modal for Edit Project Type--}}
@endsection