@extends('layout') @section('content') @if (session('status')) @elseif(session('failed')) @endif

Nttn Manage

With new
@php $i = 1; $name=null; @endphp @foreach ($result as $key => $data) @php $name=$data->name; @endphp @endforeach
@endsection