@yield('plugin-css')
{{-- Sweet-alert --}}
{{--app.css by Ahmed --}}
{{----}}
{{--css file for no print--}}
@yield('style')
@yield('css')
{{--this is by Ahmed--}}
{{-- --}}
{{-- sweet alert --}}
{{-- notify message js--}}
{{----}}
{{--jquery hilighter--}}
{{----}}
@yield('plugin')
@yield('plugin_for_datatable_buttons')
@yield('script')
{{-- active tooptip by Ahmed --}}
@if (session()->has('success'))
@endif
@if (session()->has('message'))
@endif
@if (session()->has('error'))
@endif
@if (session()->has('warning'))
@endif
{{-- --}}