@extends('layouts.master') @section('title', 'Project') @section('content')

{{ trans('label.project_discus_case') }}

@include('pages.project-discus-case.component.list')
@include('pages.project-discus-case.component.add_modal')
@endsection @section('script-footer') @if (session('success')) @endif @if (session('error')) @endif @endsection