errorInput.blade.php 157 Bytes

@extends('layout')
@section('title')
    Add Client
@endsection

@section('content')
    <h3>Warning</h3>
    <p>Isi semua Form dengan benar</p>
@endsection