@extends('layouts.admin-Lti') @section('content')
@isset($sucess) @include('produtos.ComponetesGeral.sucesso_reportar', $mensage ) @endisset @isset($error) @include('produtos.ComponetesGeral.Error_reportar,',$mensage ) @endisset
@method('Delete') @csrf

Pretendes Apagar ?


@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('codigo')) {{ $errors->first('codigo') }} @endif
@if($usuario->roles->first()!==null) {{-- seleccionart tipo de permissao --}}
{{-- fim de selecionar permisao --}} @endif
@if(auth()->user()->can('Delete-User')) @endif
{{-- @if(auth()->user()->can('Delete-User')) --}}
{{-- @endif --}}
@push('style') @endpush @push('script') @endpush @endsection