@extends('backend.layouts.app') @section('title') Create Career @endsection @section('headerWithButton') {{-- title --}}

@yield('title')

@endsection @section('content')
@csrf @include('backend.career.partials.form')
@endsection