@extends('layout.master') @section('title', 'Tambah Balita') @push('css') @endpush @section('content')
@csrf
{{ $errors->first('name')}}
{{ $errors->first('username')}}
{{ $errors->first('password')}}
@endsection