@extends('layouts.structure') @section('content')
Line Details
Back to Lines
@if (session('success')) @endif @if (session('error')) @endif

Name: {{ $line->name }}

Client: {{ $line->client->client_name ?? 'N/A' }}

Plant: {{ $line->plant->name ?? 'N/A' }}

Created At: {{ $line->created_at->format('d-m-Y H:i:s') }}

Updated At: {{ $line->updated_at->format('d-m-Y H:i:s') }}

Edit
@endsection