Fixed missing string
This commit is contained in:
@@ -15,6 +15,7 @@ return array(
|
||||
'state' => 'State',
|
||||
'suppliers' => 'Suppliers',
|
||||
'update' => 'Update Supplier',
|
||||
'view' => 'View Supplier',
|
||||
'zip' => 'Postal Code',
|
||||
|
||||
);
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
{{-- Page title --}}
|
||||
@section('title')
|
||||
@lang('admin/suppliers/table.view')
|
||||
{{{ $supplier->supplier_tag }}} ::
|
||||
@lang('admin/suppliers/table.view') -
|
||||
{{{ $supplier->name }}} ::
|
||||
@parent
|
||||
@stop
|
||||
|
||||
|
||||
Reference in New Issue
Block a user