@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => $data['title'], 'parentUrl' => $data['parentUrl'], 'parentTitle' => $data['parent'] ]) @if($data['type'] == 'server') @include('assets.submenu-prod') @elseif($data['type'] == 'it') @include('assets.submenu') @elseif($data['type'] == 'mobile') @include('assets.submenu-mobile') @endif
{{csrf_field()}}
@include('partials.error')
{{-- @include('partials.dropdowns.asset-type') --}}
@include('partials.dropdowns.location-search-input', ['filterClass' => 'filter-field-storage-location','required'=>'required'])

@include('assets.partials.bulk-upload-form') @can('Bulk Upload')
Advanced Bulk Upload
{{csrf_field()}}
Select file Change Remove
Download Template File
@endcan
Assets ()
{{csrf_field()}}
# PO # Vendor Location Asset Type Hardware Standard Tech Specs Asset Tag # Serial #

    @stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.create_assets'),'helpTitle'=>config('help-links.help_titles.create_assets')]) @endsection @section('after_scripts') @include('assets.partials.scripts.common') @include('assets.partials.scripts.create') @include('assets.partials.scripts.dropdown-script') @include('assets.partials.scripts.bulk-upload') @endsection