@extends('layouts.headpelanggan') @section('title', 'Tambah aduan Layanan') @section('content')
Detail aduan
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection