@extends('layout.admin_layout') @section('title', 'Import Symptoms with their problems') @section('body') @section('header', 'Import Symptoms with their problems') @section('badge') @endsection
Please import Complain related question first. Don't rename sample CSV file name before import. Keep file name as it is.
@if(Session::has('message'))
{{ Session::get('message') }}
@endif @if(Session::has('error'))
{{ Session::get('error') }}
@endif
{{ csrf_field() }}
@endsection