@extends('layout.master') @section('parentPageTitle', 'Kontrak Kerja') @section('title', 'Tambah Kontrak Kerja') @section('content')
@csrf @if(Session::has('alert'))
   {{Session::get('alert')}}
@endif
@stop @section('page-styles') @stop @section('page-script') @stop