@extends('layouts.master') @section('css') @endsection @section('title') Stock Groups @endsection @section('content')
@isset($stockGroup) Edit Stock Group @else Add Stock Group @endisset
@isset($stockGroup)
@method('put') @else @endisset @csrf
@if (Auth::user()->company_profile->mop_fas == 1)
@endif
@isset($stockGroup) @php $selectedStockCategoryGroups = $stockGroup->stockCategoryGroups ->pluck('stock_category_group_id') ->toArray(); @endphp @endisset
@endsection @section('script') @endsection