@if (Auth::user()->type_user != 'admin') @include('errors.404') @dd() @else @extends('layouts.admin.master') @section('title', 'Dépenses') @section('content')
@livewire('expense.type.edit-type', ['type' => $type])
@endsection @endif