@extends('layouts.master') @section('title', __('Import user extra')) @push('styles') @endpush @section("content")
@csrf

@error('file')
{{ $message }}
@enderror
@endsection