errorInput.blade.php 157 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 @extends('layout') @section('title') Add Client @endsection @section('content') <h3>Warning</h3> <p>Isi semua Form dengan benar</p> @endsection