@extends('layouts.main') @section('title') Career: Create @endsection @section('content')
@csrf @include('career.partials.form')
 Cancel
@endsection