@extends('layout.app') @section('title') {{ __('تعديل الايراد') }} @stop @section('css') @endsection @section('content')
@csrf @method('PUT')
{{-- user role --}}
{{-- end user role --}}

@endsection