@extends('layouts.main') @section('template_title') {{ $refill->name ?? "{{ __('Show') Refill" }} @endsection @section('content')
{{ __('Show') }} Refill
Name: {{ $refill->name }}
Brand Id: {{ $refill->brand_id }}
Code: {{ $refill->code }}
Price: {{ $refill->price }}
Price Unit: {{ $refill->price_unit }}
Quantity: {{ $refill->quantity }}
Invoice: {{ $refill->invoice }}
Deliver Date: {{ $refill->deliver_date }}
@endsection