@extends('admin.master') @section('pageContent')
@method(@$Method) @csrf

{{__("admin.serial.Upload serials XLS")}}

...
@if ($errors->has('file')) {{ $errors->first('file') }} @endif
@stop @section('pageJsCode') @stop