@extends('mobile.mobile-template') @section('title', 'Buat Laporan WBS') @section('css') {!! RecaptchaV3::initJs() !!} @endsection @section('content')
@include('mobile.laporan-menu')
@csrf {!! RecaptchaV3::field('KirimLaporan') !!} @if ($errors->has('g-recaptcha-response')) Gunakan Browser Lain @endif
@endsection @section('script') @endsection