@extends(!in_array(\Auth::user()->role, [10, 15]) ? 'layout' : 'layoutfrontdesk') @section('title', 'Stock mutation') @section('css') @endsection @section('content')
@if (\Auth::user()->role == 1)
@endif
# Item name Stock as start date Stock in Stock out Remaining stock Actions
@endsection @section('js') @endsection