@extends('layouts.admin.master') @section('title', 'Stock') @section('vendor-style') @endsection @section('vendor-script') @if(request()->id) @endif @endsection @section('content')
@if(count($errors) > 0) @endif @if($message = Session::get('success')) @endif
@if(isset($companyBranch))
Branch: {{ $companyBranch->name }}
@endif
# Code Name Quantity
@endsection