@extends('layouts.admin') @push('title', get_phrase('Create bootcamp')) @section('content')

{{ get_phrase('Add new Bootcamp') }}

@csrf
@endsection @push('js') @endpush