@extends('user.layouts.master') @section('content')
Evidence and Testimony
1. Offender's Information
2. Evidence and Testimony
3. Submit Report
{{--
--}}
{{-- {{dd(session('post'))}} --}} @csrf
Attachments
*
{{ $errors->first('image') }}
Comments
*
@if(!empty(Session::get('post')[0]['notes'])) {{ Session::get('post')[0]['notes'] }} @endif
{{ $errors->first('notes') }}
{{--
Next
--}}
Next
{{--
Your Email
{{ $errors->first('email') }}
I have read the terms and condition
--}} {{--
Submit
--}}
@endsection