@extends('layout.app') @section('_style') @endsection @section('content')
@if(count($user->personal_image)) @foreach($user->personal_image as $k =>$item) @csrf @endforeach @endif
STT Tài liệu Đường dẫn Định dạng Thêm
{{$k+1}} @if(!empty($item->link)) Mở tài liệu @else Chưa có tài liệu @endif
@endsection @section('_script') @endsection