@php $edit = !empty($committeeType->id); $orderings = []; // Get all available focus areas $focusAreas = \App\Models\CommitteeFocusArea::active()->orderBy('name')->get(); @endphp @extends('layouts.admin.master') @section('title') {{ $edit ? 'Edit' : 'Create' }} Committee Types @endsection @section('content')

{{ $edit ? 'Edit' : 'Create' }} Committee Types

Back
@csrf @if ($edit) @method('PUT') @endif
{{--
--}} {{-- --}} {{-- --}} {{-- Type and press Enter to add new focus areas--}} {{--
--}}
Type and press Enter to add new field of work
@endsection @push('css') @endpush @push('js') @endpush