@extends('layouts.master') @section('title', 'Import BV') @push('styles') @endpush @section("content") {{__('Download sample file')}} @csrf {{__('Import file') }} @error('file') {{ $message }} @enderror @endsection