@extends('layouts.master') @section('title') {{ __('add_bulk_data') }} @endsection @section('content')
@csrf

{{ __('note') }} :- {{ __('First download dummy file and convert to .csv file then upload it') }}.
@endsection @section('js') @endsection