@extends('layouts.instructor') @push('title', get_phrase('Edit bootcamp')) @section('content')

{{ get_phrase('Editing') }} {{ $bootcamp_details->title }}

{{ get_phrase('Back') }} {{ get_phrase('Help') }}
@csrf
@includeWhen($tab == 'curriculum', 'instructor.bootcamp.curriculum') @includeWhen($tab == 'basic', 'instructor.bootcamp.edit_basic') @includeWhen($tab == 'pricing', 'instructor.bootcamp.edit_pricing') @includeWhen($tab == 'info', 'instructor.bootcamp.edit_info') @includeWhen($tab == 'media', 'instructor.bootcamp.edit_media') @includeWhen($tab == 'seo', 'instructor.bootcamp.edit_seo')
@endsection