@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
@includeIf('pdpa::form_th') @includeIf('pdpa::form_en')
{{--
@include('pdpa::seo.form_seo')
--}}
@if (mwz_roles('admin.pdpa.pdpa.edit'))
@endif
@endsection('content') @section('scripts') @endsection