{{\App::setLocale(Session::get('locale'))}} @extends('admin.layouts.app') @section('title', trans('admin.add_stock_item')) @section('content-heading')

@lang('admin.add_stock_item')

@endsection @section('content')
{{csrf_field()}}
@endsection @section('extra-script') @endsection