@extends('layouts.'.Auth::user()->role.'_layout') @section('title') {{ __('Add Drug') }} @endsection @section('content')
{{ __('Bulk Upload') }}
{{ csrf_field() }} Download Sample
@endsection