@extends('admin.layout.content') @section('content')
@if(session('response'))

{{session('response')}}

@endif

Add Proof


{{ csrf_field() }}
@endsection