@extends('layouts.master') @section('content')
{{-- message --}} {!! Toastr::message() !!}
@if(!empty($personnes)) @foreach ($personnes as $p ) @endforeach @endif
Nom Prénom Age Région Qrcode Actions
{{ $p->nom}} {{ $p->prenom }} {{$p->age }} {{ $p->region}} {{ SimpleSoftwareIO\QrCode\Facades\QrCode::size(100)->generate($p->qrcode) }}
@section('script') {{-- update js --}} {{-- delete model --}} @endsection @endsection