@extends('adminlte::page') @section('content_header')

@stop @section('content')

Alta y baja de seriales de cilindros

@if ($errors->any()) @foreach ($errors->all() as $error)
{{ __('general.error') }}!
{{ $error }}
@endforeach @endif
@include('seriales.partials.filter')

Listado de Registros

Po Number Number Dit Exp Date Ext Date Type Gmid Product Status Cibu Despacho Estado Saldo Ubicacion
@endsection @section('js') @include('partials.scripts.select2') @endsection