@extends('dashboard.master') @section('content')
{{ Str::title($entity) }}

@csrf
@if ($errors->has('txtFile')) {{ $errors->first('txtFile') }} @endif
@if ($errors->has('zipFile')) {{ $errors->first('zipFile') }} @endif
@endsection