@extends('layouts.admin') @section('styles') @endsection @section('content')

PLANILLAS REGISTRADAS

REGISTRAR NUEVA PLANILLA
@foreach ($data as $dt) @endforeach
# NOMBRE ASIGNACION
{{$dt->id}} {{$dt->nombre}} {{$dt->asignacion}}
@csrf @method('DELETE')
@endsection @section('scripts') @endsection