@extends('panel.layout.master',['title' => __('panel.batches'),'is_active'=>'batches']) @section('content') @php $item = isset($item) ? $item: null; @endphp
@if(isset($item)) @method('PUT') @endif

{{__('panel.batches')}}

@stop @push('panel_js') @endpush