@extends('layouts.admin-apoteker') @section('content')

➕ Tambah SOP Baru

@csrf {{-- Judul SOP --}}
{{-- Nomor SOP (preview saja) --}}
{{-- Deskripsi --}}
{{-- Isi Lengkap SOP --}}
{{-- Tanggal Terbit --}}
{{-- Tanggal Review --}}
{{-- Status --}}
{{-- Upload File --}}
{{-- Tombol Simpan --}}
@push('scripts') @endpush @endsection