@extends('layouts.app') @section('title', 'Create Invoice') @php($prefix = auth()->user()->role === 'admin' ? 'admin.' : 'user.') @section('content')
@endsection @push('scripts') @endpush