@extends('layouts.app') @section('title', 'Section List') @section('content')

Damages Observed & possible cause

{{-- Alert Messages --}} @include('common.alert')
All Damages Observed & possible cause
@if(count($dopcs)>0) @foreach ($dopcs as $dopc) @endforeach @else @endif
ID Title Category Description Actions
{{ $dopc->id }} {{ $dopc->title }} {{ $dopc->dopcCategory->dopc_category_name }} {!! Str::words(strip_tags($dopc->description), 10, ' ...') !!}
There are no data.
{{-- $dopcs->links() --}} {{ $dopcs->appends(request()->query())->links() }}
@include('dopc.delete-modal') @endsection @push('script') @endpush