1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 01:11:34 +02:00
invoiceninja/resources/views/client/show.blade.php

20 lines
398 B
PHP
Raw Normal View History

@extends('layouts.master', ['header' => $header])
@section('body')
<main class="main" id="client_show">
<vue-toastr ref="toastr"></vue-toastr>
<div class="container-fluid">
<client-show :client="{{ $client }}" :company="{{ $company }}" :meta="{{ $meta }}"></client-show>
</div>
</main>
<script defer src=" {{ mix('/js/client_show.min.js') }}"></script>
@endsection