@extends('layouts.master') @section('content')
{{csrf_field()}}
@error('instansi_id') {{$message}} @enderror
@error('template_id') {{$message}} @enderror
 Download Template Excel
@endsection @section('js') @endsection