@extends('layouts.master') @section('title', 'Farm App - Standard Units') @section('content')
Standard Units
ALL STANDARD UNITS {{ $standardUnits->count() }}
@foreach($standardUnits as $standardUnit) {{$standardUnit->unit_name}} / {{$standardUnit->unit_prefix}} @endforeach
@csrf
@csrf
@endsection @section('footer-links') @endsection