@extends('layouts.admin') @section('title', 'Import BSH') @section('bsh', 'active') @section('bsh_upload', 'active') @section('content')

Import BSH

Upload Excel



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




@endsection