@extends('layouts/contentLayoutMaster') @section('title', 'Resolution') @section('page-style') @endsection @section('content')

id}}>{{ __('locale.resolution') }}

user()->id}} data-group={{$data->id}}>
@if ($data->status == 0) @endif @if ($data->status == 2) @endif @if ($data->status == 3) @endif @if ($data->status == 1 || $data->status == 2)
@if ($data->status == 1)
@endif
@endif
@switch($data['status']) @case(0) {{ __('locale.pending') }} @break @case(1) {{ __('locale.ongoing') }} @break @case(2) {{ __('locale.done') }} @break @case(3) {{ __('locale.canceled') }} @break @endswitch

{{$data->invoice_no}}

Rp. {{ number_format(($data['total_price']), 0, ',', '.') }}

{{$data->message}}

@endsection @section('page-script') @endsection