@extends('layouts.template') @section('content')
List Document
Upload File Export to Excel

@foreach($get_data_doc as $field) @if($field->about == NULL) @else @endif @if($field->doc_number == NULL) @else @endif @endforeach
No Title File Name Type Segment Perihal Document Number Search Keyword Action
{{ $loop->iteration }} {{ $field->doc_title }} {{ $field->doc_name }} {{ $field->doc_type_id }} {{ $field->segment }}-{{ $field->about }}-{{ $field->doc_number }}{{ $field->search_keyword }}
@endsection