@extends('backend.layouts.main') @section('title', 'Create New Customer') @section('main-container')
@if(session()->has('success'))
{{ session('success') }}
@endif @if(session()->has('error'))
{{ session('error') }}
@endif
Guardians Information
@csrf
Image Upload
Discard
@endsection