@extends('layouts.app') @section('style') @endsection @section('wrapper')
@include('taskProofs.proofs_table')
{{__('Proof Details')}}
{{__('Proof Images')}}
{{__('Proof User')}}
@endsection @section('script') @if (session('success')) @endif @endsection