@extends('layouts.app') @section('title', $viewData["title"]) @section('subtitle', $viewData["subtitle"]) @section('content')
Input organization file - {{ $viewData['customer_name'] }}
@if($errors->any()) @endif
@csrf

Download current organization file - {{ $viewData['customer_name'] }}
@if($errors->any()) @endif
@endsection