@extends('layout.app') @section('content')
@csrf @foreach ($list as $r)
@endforeach
@endsection