@extends('layouts/contentLayoutMaster') @section('title', __('locale.menu.Send Using File')) @section('vendor-style') @endsection @section('content')
@csrf
@foreach ($csv_data as $row) @foreach ($row as $key => $value) @endforeach @endforeach @foreach ($csv_data[0] as $key => $value) @endforeach
{{ $value }}
@endsection @section('vendor-script') @endsection @section('page-script') @endsection