@extends('layouts.main') @section('container')
@foreach ($profils->take(1) as $profil)

RFC2350 {{ $profil->name }}

@endforeach


@foreach ($files->take(1) as $file) @endforeach @endsection