@extends('layouts.app', ['title' => __('Add Code Of Conduct')]) @section('content') @include('users.partials.header', [ 'title' => __('Hello') . ' ' . auth()->user()->name, 'description' => __( 'This is your profile page. You can see the progress you\'ve made with your work and manage your projects or assigned tasks' ), 'class' => 'col-lg-7', ])

{{ __('List Documents') }}

@if (session('msg')) @endif
@foreach ($doc as $docs) @method('delete') @csrf @endforeach
{{ __('id number') }} {{ __('time') }} {{ __('Edit') }} {{ __('Delete') }}
{!! html_entity_decode($docs->title_ar) !!} {!! html_entity_decode($docs->title_en) !!}
@include('layouts.footers.auth')
@endsection