@extends('adminlte::page') @section('title','Partidas') @section('content_header')

Partidas

Agregar Área
@stop @section('content')

Listado de Partidas

@foreach($batchs as $batch) @if($batch->status == 'available') @else @endif @endforeach
Nombre Área Actualización Estado Opciones
{{$batch->name}} {{$batch->name_area}} {{$batch->updated_at}} Disponible
@csrf @method('DELETE')
Inhabilitado
@csrf
@stop @section('css') @stop @section('footer')

Bienvenido a este template

@stop @section('js') @include('layouts.footer') @endsection