@extends('layouts.app') @section('title', 'Add Kemasan - Dazry Laundry App') @section('page_title', 'Add Kemasan') @section('content')
@csrf @include('kemasan.form')
@endsection