@extends('layouts.app') @section('content')

institution

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach ($allData as $key => $row)
@csrf

Chairman Information

Principal Information

@endforeach
@endsection