@extends('layouts.master') @section('title', 'COGS Method') @section('css') @endsection @section('content')
COGS Method
@foreach ($cogsMethods as $method) @endforeach
No COGS Method Action
{{ $loop->iteration }} {{ $method->cogs_method }}
@csrf @method('DELETE')
No COGS Method Action
@if (session('success')) @endif @if (session('error')) @endif @endsection @section('scripts') @endsection