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

Lista de relleno

@forelse($fillings as $filling) @empty

no hay relleno

@endforelse
Nombre DescripciĆ³n Estado Modificar
{{ $filling['name'] }} {{ $filling['description'] }} @if($filling['status'] == 'active') {{ ucfirst($filling['status']) }} @else {{ ucfirst($filling['status']) }} @endif
@endsection @push('scripts') @endpush