@extends('mobile.mobile-template') @section('title', 'Laporan Baru') @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
@if (Auth::check()) @else Public @endif
@endsection @section('script') @endsection