@extends('admin.templates.panel-form-template') @section('title') @if(isset($item)) {{__("Edit invoice")}} [{{$item->id}}] @else {{__("Add new invoice")}} @endif - @endsection @section('form')
{{$item->desc}}