@extends('layout.master') @section('parentPageTitle', 'Kontrak Kerja') @section('title', 'Edit Kontrak Kerja') @section('content')
@csrf @if(Session::has('alert'))
   {{Session::get('alert')}}
@endif
@if($kontrak_kerja->file_kontrak != null)
@endif
@stop @section('page-styles') @stop @section('page-script') @stop