@extends('layouts.backend')
@section('css_after')
@endsection
@section('content')
{{--
--}}
@yield('filter_tab')
@yield('content_tab')
@yield('modal_tab')
@endsection
@section('js_after')
@yield('modal_fuction')
@include('pages.globalFunction')
@endsection