@extends('layouts.app') @section('content')
{{ !empty($corruption->name) ? $corruption->name : 'Complaint' }}
@if ($errors->any()) @endif
{{ csrf_field() }} @include ('corruptions.form', [ 'corruption' => $corruption, ])
@endsection