@extends('layouts.main') @push('nav_title') Bulk Product Form @endpush @section('page_title')

{{$title}}

@endsection @section('side_bar') @include('layouts/side_bar') @endsection @section('profile') @include('layouts/profile') @endsection @section('main_div')
@csrf
Upload Csv File For Bulk Product. @error('products') {{$message}} @enderror
@endsection