@extends('layout.app') @section('title') {{ __('مهام الاعضاء') }} @stop @section('css') @stop @section('content')

{{ __('مهام الاعضاء') }}

{{ __('الاسم') }} {{ __('Action') }}
@endsection @section('js') {{-- --}} @stop