@extends('layouts.app') @push('title') {{ $title }} @endpush @section('content')

{{ __($title) }}

{{ __("Category") }}
{{ __("Subject") }}
{{ __("Body") }}
{{ __("Action") }}
@endsection @push('script') @endpush