@extends('layouts.app') @section('title') {{__('View supplier')}} @endsection @section('css') @endsection @section('breadcrumb')

{{__('Suppliers')}}

@endsection @section('content')

{{__('View supplier')}}

{{--
@method('put') --}}
{{-- {{$supplier->services->count()}} --}} @php $service_types = ['services', 'goods']; @endphp
{{__('Attachments')}}
{{--
--}}
    @if(isset($attachments)) @foreach($attachments as $attach)
  • {{--
    --}} {{$attach['file_name']}}
  • @endforeach @endif
{{-- --}}
@include('admin.patients.rename_file')
@endsection @section('scripts') @endsection