@extends('layouts.app') @section('title', 'Vendor Details | ') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @csrf

Attachment


Add file
@if(count($files) > 0) @foreach($files as $item)
Preview ×

{{$item->file_name}}

@endforeach @endif
@endsection