@extends('main') @section('title', ' Home') @section('SearchLetters') @include('partials._searchletter') @endsection @section('content')
@foreach ($microunits as $microunit)
@endforeach
@endsection