@extends('admin.layout.master') @section('content') @include('flash-message')
{{__('obs.company_docs')}}
{{__('obs.company_docs')}}
@csrf
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(!empty($company_docs) && count($company_docs)>0) @php($i=0) @foreach($company_docs as $info)
@php($i++) @endforeach @else
@endif
@if(!empty($company_docs)) @else @endif
@endsection