@extends('layouts/contentLayoutMaster') @section('title', 'DataTables') @section('vendor-style') {{-- vendor css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content') Data Pangkat Pegawai Tambah @if (session()->get("success")) {{ session()->get("success") }} @endif @if (session()->get("error")) {{ session()->get("error") }} @endif @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif # Pangkat Action @endsection @section('vendor-script') {{-- vendor files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection