@extends('layouts.app') @section('content')

@if(session('warning'))
{{ session('warning') }}
@endif Tambah Tracking Anak

@if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf
Batal
@endsection