@extends('backend.master') @section('content')
← Back Edit
@if($operator->logo) Logo @endif

{{ $operator->name }}

Code: {{ $operator->code }}
Status
{{ ucfirst($operator->status) }}
Sort Order
{{ $operator->sort_order }}
Created
{{ $operator->created_at->format('Y-m-d H:i') }}
Updated
{{ $operator->updated_at->format('Y-m-d H:i') }}
@endsection