@extends('layout.layout') @section('content')

Planificati un inventar

@csrf
@if(userInGroup(Auth::user()->id,1081))
@csrf
@include('planificare.planificare-table')
@endif
@push('js') @endpush @endsection