Files
trafficpumper/resources/views/projects/edit.blade.php
T

2 lines
787 B
PHP
Raw Normal View History

2026-08-29 15:53:53 +03:00
<x-layouts.app :title="__('projects.edit').' — TrafficPumper'"><x-customer-shell><nav aria-label="{{__('projects.breadcrumb')}}"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="{{route('projects.index')}}">{{__('customer.projects')}}</a></li><li class="breadcrumb-item"><a href="{{route('projects.show',$project)}}">{{$project->name}}</a></li><li class="breadcrumb-item active">{{__('projects.edit')}}</li></ol></nav><header class="tp-page-header"><div><p>{{__('customer.rank_tracking')}}</p><h1>{{__('projects.edit')}}</h1></div></header><section class="tp-panel tp-form-panel"><form method="POST" action="{{route('projects.update',$project)}}">@include('projects._form',['submit'=>__('projects.save'),'method'=>'PUT'])</form></section></x-customer-shell></x-layouts.app>