@extends('layouts.admin') @section('title', 'Import eKasih') @section('ekasih', 'active') @section('ekasih_upload', 'active') @section('content')

Import eKasih

Upload CSV



@csrf
@if ($errors->has('csv_file')) {{ $errors->first('csv_file') }} @endif




@endsection