@extends('app') @section('content') @if (Session::has('flash_message'))
{!! Session::get('flash_message') !!}
@endif
النبذات الشخصية
{{-- Received Data Table --}}
@if (Auth::user()->can('selfcorrections-destroy')) حذف @endif
Id الإستمارة الموضوع التاريخ الحالة
{{-- Reviewed Data Table --}}
@if (Auth::user()->can('selfcorrections-destroy')) حذف @endif
Id الإستمارة الموضوع التاريخ الحالة
@csrf
@endsection @section('page_script') @endsection