@extends('crm.master.master') @section('content')
Cadastrar Foto da Demanda
@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif @include('crm.demands.includes.data_client')
@csrf

Foto da evidência da Demanda

{{-- Card --}}
{{-- fim card --}}
@endsection