@extends('mashes') @section('main')
@include('inc.navbar')
Home -> {{ __('Mash Steps') }}Go Back
@if (Auth::user()->isAdmin()) Add Mash Step
@endif @include('inc.messages') @if (Auth::user()->isAdmin())@endif @foreach ($mashes as $mash) @if (Auth::user()->isAdmin()) @endif @endforeach
Beer Temperature Duration Stage Length of BoilAdmin
{{$mash->beer}} {{$mash->temp}} {{$mash->duration}} {{$mash->stage}} {{$mash->boil}} Edit
@csrf @method('DELETE')
@endsection