{{\App::setLocale(Session::get('locale'))}} @extends('admin.layouts.app') @section('title', trans('admin.add_stock_item')) @section('content-heading') @lang('admin.add_stock_item') @lang('admin.dashboard') @lang('admin.stock_list') @lang('admin.add_stock_item') @endsection @section('content') {{csrf_field()}} Stock Name Sales Price Stock Qty Category Class Save Stock Item @endsection @section('extra-script') @endsection