@extends('backend.layouts.master') @section('title', $courseCategory->exists ? 'Edit Course Category' : 'Add Course Category') @section('content') @php $item = $courseCategory; @endphp

{{ $item->exists ? 'Edit' : 'Add' }} Course Category

@include('backend.partials.alerts')
@csrf @if($item->exists) @method('PUT') @endif

Homepage university card
@if($item->imageUrl())
@endif
status ?? true))>
show_on_home ?? false))>
Cancel
@endsection