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

Rock Types

Rock Types are used to populate the rock type selection drop down on the job contracts page.
Existing Rock Types
@foreach($rockTypes as $rockType) @endforeach
Description Options
{{$rockType->Name}} Edit
Add/Edit List Element
@endsection