@extends('layout.app') @section('title') {{ __('تعديل المديونية') }} @stop @section('css') @endsection @section('content')
@csrf @method('PUT')

@endsection