@extends('layouts.client-app') @section('page-title')

@lang($pageTitle)

@endsection @push('head-script') @endpush @section('content')
@lang("modules.issues.updateIssue")
@csrf @method('PUT')
@endsection @push('footer-script') @endpush