@extends('layouts.admin') @section('content')

Project Types

+ Add Project Type
@foreach($projectTypes as $type) @endforeach
ID Project Type Actions
{{ $type->id }} {{ $type->name }} Edit
@csrf @method('DELETE')
@endsection