@extends('layouts.admin') {{-- Or your main admin layout --}}
@section('title', 'Create AI Model')
@section('header_title', 'Create New AI Model')
@section('content')
New AI Model Details
@include('webpilotai::admin.partials._validation_errors')
@endsection
@push('styles')
{{-- Add any specific styles for this page here if needed --}}
@endpush
@push('scripts')
@endpush