@extends('layouts.app') @section('title', 'Tambah Pemasok Baru - Dazry Laundry App') @section('page_title', 'Tambah Pemasok Baru') @section('content')
@csrf @include('pemasok.form') {{-- Memanggil form yang sama untuk create dan edit --}}
@endsection