@extends('layouts.app') @push('title') {{ $title }} @endpush @section('content')
{{ __('Title') }}
|
{{ __('Details') }}
|
{{ __('Action') }}
|
---|---|---|
{{ __($template['title']) }} | {{ __($template['details']) }} |
|