@extends('layouts.layout') @section('content')
@include('layouts.component.navbar')
@if($status == 1 OR $status == 0)

@if($status == 1) Data Added Successfully @else Unable to Upload Data. Please Check the uploaded file and Try Again @endif

@endif

Add New

{{--

Complete your profile

--}}
@csrf

OR

Bulk Upload via Excel (.xlsx, .xls, .csv)

{{--

Complete your profile

--}}
@csrf
@include('layouts.component.footer')
@endsection