@extends('layouts.app') @section('page-site-title') تنبيهات الاعضاء @endsection @section('page-title') تنبيهات الاعضاء @endsection @section('page_navbar') @include('layouts.widgets.page-navbar') @endsection @section('page_breadcrumb') @include('layouts.widgets.page-breadcrumb') @endsection @section('page_side') @include('layouts.widgets.page-side') @endsection @section('page-content') @if(Session::has('message'))
{{ Session::get('message') }}
@endif
تنبيهات الاعضاء
{!! csrf_field() !!}
@endsection @section('page-footer-js') @endsection @section('page-heads') @endsection