@extends('layouts.app') @section('title') {{ __('Ethics Review Committee') }} @endsection @section('breadcrumb')

{{ __('Ethics Review Committee') }}

@endsection @section('content')
@can('create_ethics') {{ __('Create') }} @endcan
# {{ __('Name') }} {{ __('Action') }}
@endsection @section('scripts') @endsection