@extends('welcome') @section('title', 'Clients') @section('styles') @endsection @section('content')
Mode de paiments
@if (Auth::user()->role_id == 1) @endif
@if (Auth::user()->role_id == 1) @endif @foreach ($types as $type) @if (Auth::user()->role_id == 1) @endif @endforeach
LibelleActions
{{ $type->libelle }}
@method('DELETE') @csrf
@csrf @method('DELETE')
@endsection @section('scripts') @endsection