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