@if($materialAssignments->count() > 0)
@include('components.contents.materialassignment.tables.materialAssignmentsListTable')
@else
Encara no hi ha assignacions de material registrades
Afegir Primera Assignació
@endif
@include('components.partials.mainToasts')
@endsection