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