@extends('inventory::layouts.master') @section('page_content')
@csrf
@if($formMode === "add")

Add New Import

@else

Edit Import

@endif
@if($formMode=="edit") @if(isset($urls["addUrl"]))
Add New
@endif @endif @if(isset($urls["listUrl"]))
List
@endif


@if($formMode === "add")

@endif
@endsection @section('page_css') @endsection @section('page_js') @endsection