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