{!! Form::label('id', 'Id:') !!}

{{ $financial->id }}

{!! Form::label('Statement', 'Statement:') !!}

{{ $financial->Statement }}

{!! Form::label('file', 'File:') !!}

{{ $financial->file }}

{!! Form::label('type', 'Type:') !!}

{{ $financial->type }}

{!! Form::label('created_at', 'Created At:') !!}

{{ $financial->created_at }}