@extends('dashboard.layouts.master') @section('judul') {{$title}} @endsection @section('content') @section('main_sidebar') @include('dashboard.layouts.include_sidebar.sid_master_kerja') @endsection @if(\Auth::user()->role == 1)

{{$title}}

@csrf {{ method_field('PUT') }}
@endif @endsection @section('scripts') @endsection