@extends('layouts.seller') @section('content')
{!! Form::open(array('route' => 'seller.checklist-category.store', 'method' => 'POST' ,'id' => 'ajaxSave','files' => true)) !!}
{!! Form::label('name', __('checklist_category.name'), ['class' => 'control-label mb-2']) !!} {!! Form::text('name', null, ['class' => 'form-control', 'placeholder' => __('checklist_category.please_insert_name')]) !!}
  • {{--
  • --}}
{!! Form::close() !!}
@endsection