- Timestamp:
- 10/13/21 15:44:57 (3 years ago)
- Branches:
- develop, master
- Children:
- 120759b
- Parents:
- 194a359
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
resources/views/dashboard/departments/create.blade.php
r194a359 r24a616f 29 29 <h6 class="card-title">New department</h6> 30 30 <form action="{{ route("dashboard.departments.store") }}" method="post" accept-charset="utf-8"> 31 @csrf 31 32 <div class="row"> 32 @csrf33 33 <div class="col-md-6"> 34 34 <div class="form-group">
Note:
See TracChangeset
for help on using the changeset viewer.