@extends('admin.layouts.app') @php if(!empty($id)){ $mode = "Edit"; $action = route('comment.edit',$id); } @endphp @section('content')

Admin Comment

{{ $mode }} Comment

@if(check_route_access('comment.list')) Comments @endif
@include('admin.includes.status')
{{ csrf_field() }}
{{ $comment->first_name }} {{ $comment->last_name }}
@endsection