@extends('cfp.layouts.master') @section('css') @endsection @section('content')

Edit ZP Code

@include('cfp.components.error_alert')
SRL) }}"> @csrf @method("PUT")
@include("cfp.components.form-group", [ "label" => "Code", "name" => "code", "control" => "text", "value" => $code->CODE, ])
@include('cfp.components.form-group', ["control" => "button", "value" => "Edit Code"])
@endsection