@extends('admin.layout.base')
@section('title', 'Provider Documents ')
@section('content')
@lang('admin.provides.provider_name'): {{ $Document->provider->first_name }} {{ $Document->provider->last_name }}
@lang('admin.document.document_name'): {{ $Document->document->name }}
@endsection