mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
14577fdfd0
* Remove breadcrumbs * remove config
20 lines
398 B
PHP
20 lines
398 B
PHP
@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 |