@extends('layouts.app') @section('content')
@if(session('status'))
{{ session('status') }}
@endif
@foreach($zohos as $zoho) @endforeach
#
{{$loop->iteration}} {{$zoho->head_name}} @csrf
@endsection