Skip to content

Commit

Permalink
Update edit.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Azelis authored Aug 13, 2023
1 parent 30d3331 commit da70167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/companies/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
@include ('partials.forms.edit.name', ['translated_name' => trans('admin/companies/table.name')])
@include ('partials.forms.edit.phone')
@include ('partials.forms.edit.fax')
@include ('partials.forms.edit.email')
@include ('partials.forms.edit.image-upload', ['image_path' => app('companies_upload_path')])

@stop

0 comments on commit da70167

Please sign in to comment.